Skip to content

Commit 746f6bf

Browse files
committed
update zip script
1 parent a959718 commit 746f6bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
"dev:chrome": "cd shells/chrome && webpack --watch --hide-modules",
99
"lint": "eslint src --ext=js,vue && eslint shells/chrome/src && eslint shells/dev/src",
1010
"build": "cd shells/chrome && cross-env NODE_ENV=production webpack --progress --hide-modules",
11+
"zip": "npm run zip:chrome && npm run zip:firefox",
1112
"zip:chrome": "zip -r -FS dist/chrome.zip shells/chrome -x *src/* -x *webpack.config.js",
1213
"zip:firefox": "web-ext build -s shells/chrome -a dist -i src",
13-
"release": "npm run test && npm run build && npm run zip:chrome && npm run zip:firefox",
14+
"release": "npm run test && npm run build && npm run zip",
1415
"test": "npm run lint && bash test/test.sh"
1516
},
1617
"repository": {

0 commit comments

Comments
 (0)