Skip to content

Commit

Permalink
fix chrome zip
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jun 15, 2017
1 parent 746f6bf commit 09e6361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"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:chrome": "cd shells && zip -r -FS ../dist/chrome.zip 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",
"test": "npm run lint && bash test/test.sh"
Expand Down

0 comments on commit 09e6361

Please sign in to comment.