Skip to content

Commit 09e6361

Browse files
committed
fix chrome zip
1 parent 746f6bf commit 09e6361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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",
1111
"zip": "npm run zip:chrome && npm run zip:firefox",
12-
"zip:chrome": "zip -r -FS dist/chrome.zip shells/chrome -x *src/* -x *webpack.config.js",
12+
"zip:chrome": "cd shells && zip -r -FS ../dist/chrome.zip chrome -x *src/* -x *webpack.config.js",
1313
"zip:firefox": "web-ext build -s shells/chrome -a dist -i src",
1414
"release": "npm run test && npm run build && npm run zip",
1515
"test": "npm run lint && bash test/test.sh"

0 commit comments

Comments
 (0)