Skip to content

Commit

Permalink
update zip script
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jun 15, 2017
1 parent a959718 commit 746f6bf
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 @@ -8,9 +8,10 @@
"dev:chrome": "cd shells/chrome && webpack --watch --hide-modules",
"lint": "eslint src --ext=js,vue && eslint shells/chrome/src && eslint shells/dev/src",
"build": "cd shells/chrome && cross-env NODE_ENV=production webpack --progress --hide-modules",
"zip": "npm run zip:chrome && npm run zip:firefox",
"zip:chrome": "zip -r -FS dist/chrome.zip shells/chrome -x *src/* -x *webpack.config.js",
"zip:firefox": "web-ext build -s shells/chrome -a dist -i src",
"release": "npm run test && npm run build && npm run zip:chrome && npm run zip:firefox",
"release": "npm run test && npm run build && npm run zip",
"test": "npm run lint && bash test/test.sh"
},
"repository": {
Expand Down

0 comments on commit 746f6bf

Please sign in to comment.