We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49cea5a commit 327d349Copy full SHA for 327d349
1 file changed
package.json
@@ -12,8 +12,8 @@
12
"build-chrome": "npm run clean && npm run build-assets-chrome && parcel build src/index.ts --no-source-maps",
13
"dev-ff": "npm run clean && npm run build-assets-ff && parcel src/index.ts",
14
"dev-chrome": "npm run clean && npm run build-assets-chrome && parcel src/index.ts",
15
- "zip-ff": "npm run build-ff && cd dist && bestzip dist.zip *",
16
- "zip-chrome": "npm run build-chrome && cd dist && bestzip dist.zip *"
+ "zip-ff": "npm run build-ff && cd dist && bestzip dist-ff.zip *",
+ "zip-chrome": "npm run build-chrome && cd dist && bestzip dist-chrome.zip *"
17
},
18
"keywords": [],
19
"author": "Roman Shevtsov",
0 commit comments