Skip to content

Commit

Permalink
update(package): added build script
Browse files Browse the repository at this point in the history
  • Loading branch information
capJavert committed Jul 16, 2018
1 parent bf0fbe0 commit adb2e89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "Clippy MS Word Office asistant is now back to help inside your browser!",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "web-ext build --ignore-files package*.json src/assets/img/screenshots"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit adb2e89

Please sign in to comment.