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 5ca245a commit 8267b76Copy full SHA for 8267b76
ci/compress.js renamed to ci/compress.mjs
package.json
@@ -35,9 +35,9 @@
35
"lint": "eslint .",
36
"test": "npm run build && jasmine-browser-runner runSpecs",
37
"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",
+ "release": "npm run lint && npm run build -- --environment BUILD:release && node ci/compress.mjs",
39
"preversion": "npm run lint && npm test",
40
- "version": "npm run build -- --environment BUILD:release && node ci/compress.js && git add ."
+ "version": "npm run build -- --environment BUILD:release && node ci/compress.mjs && git add ."
41
},
42
"lint-staged": {
43
"js/*.js": [
0 commit comments