We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 746f6bf commit 09e6361Copy full SHA for 09e6361
package.json
@@ -9,7 +9,7 @@
9
"lint": "eslint src --ext=js,vue && eslint shells/chrome/src && eslint shells/dev/src",
10
"build": "cd shells/chrome && cross-env NODE_ENV=production webpack --progress --hide-modules",
11
"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",
+ "zip:chrome": "cd shells && zip -r -FS ../dist/chrome.zip chrome -x *src/* -x *webpack.config.js",
13
"zip:firefox": "web-ext build -s shells/chrome -a dist -i src",
14
"release": "npm run test && npm run build && npm run zip",
15
"test": "npm run lint && bash test/test.sh"
0 commit comments