Skip to content

Commit 327d349

Browse files
committed
Changes produced dist filenames
1 parent 49cea5a commit 327d349

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"build-chrome": "npm run clean && npm run build-assets-chrome && parcel build src/index.ts --no-source-maps",
1313
"dev-ff": "npm run clean && npm run build-assets-ff && parcel src/index.ts",
1414
"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 *"
15+
"zip-ff": "npm run build-ff && cd dist && bestzip dist-ff.zip *",
16+
"zip-chrome": "npm run build-chrome && cd dist && bestzip dist-chrome.zip *"
1717
},
1818
"keywords": [],
1919
"author": "Roman Shevtsov",

0 commit comments

Comments
 (0)