Skip to content

Commit 8267b76

Browse files
committed
fix release archiver by using .mjs extension
1 parent 5ca245a commit 8267b76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"lint": "eslint .",
3636
"test": "npm run build && jasmine-browser-runner runSpecs",
3737
"build": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
38-
"release": "npm run lint && npm run build -- --environment BUILD:release && node ci/compress.js",
38+
"release": "npm run lint && npm run build -- --environment BUILD:release && node ci/compress.mjs",
3939
"preversion": "npm run lint && npm test",
40-
"version": "npm run build -- --environment BUILD:release && node ci/compress.js && git add ."
40+
"version": "npm run build -- --environment BUILD:release && node ci/compress.mjs && git add ."
4141
},
4242
"lint-staged": {
4343
"js/*.js": [

0 commit comments

Comments
 (0)