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 b74eef2 commit 4b830daCopy full SHA for 4b830da
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"dev:chrome": "cross-env TARGET_BROWSER=chrome webpack --config webpack/webpack.dev.js --watch",
8
"build:chrome": "npm run clean && cross-env TARGET_BROWSER=chrome webpack --config webpack/webpack.prod.js",
9
- "zip:chrome": "web-ext build -s dist/chrome -a dist -n wg-v$npm_package_version.zip -o",
+ "zip:chrome": "web-ext build -s dist/chrome -a dist -n chrome.zip -o",
10
"clean": "rimraf dist",
11
"test": "npx jest"
12
},
0 commit comments