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 0c38c8d commit 18cdb3aCopy full SHA for 18cdb3a
package.json
@@ -24,7 +24,7 @@
24
"watch": "NODE_ENV=development node esbuild.js --watch",
25
"build": "node esbuild.js",
26
"test": "",
27
- "prepare": "npm run clean && npm run lintf -- --quiet && NODE_ENV=production node esbuild.js"
+ "release": "npm run clean && npm run lintf -- --quiet && NODE_ENV=production node esbuild.js"
28
},
29
"dependencies": {
30
"extract-zip": "^2.0.1",
0 commit comments