Skip to content

Commit 4b830da

Browse files
authored
fix build step (#69)
1 parent b74eef2 commit 4b830da

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
@@ -6,7 +6,7 @@
66
"scripts": {
77
"dev:chrome": "cross-env TARGET_BROWSER=chrome webpack --config webpack/webpack.dev.js --watch",
88
"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",
9+
"zip:chrome": "web-ext build -s dist/chrome -a dist -n chrome.zip -o",
1010
"clean": "rimraf dist",
1111
"test": "npx jest"
1212
},

0 commit comments

Comments
 (0)