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 a959718 commit 746f6bfCopy full SHA for 746f6bf
package.json
@@ -8,9 +8,10 @@
8
"dev:chrome": "cd shells/chrome && webpack --watch --hide-modules",
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",
13
"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",
14
+ "release": "npm run test && npm run build && npm run zip",
15
"test": "npm run lint && bash test/test.sh"
16
},
17
"repository": {
0 commit comments