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 d29e231 commit d87016bCopy full SHA for d87016b
package.json
@@ -5,7 +5,7 @@
5
"main": "build/file/cithak.js",
6
"scripts": {
7
"build": "NODE_ENV=production rollup -c",
8
- "prepublish": "npm run build",
+ "prepublishOnly": "npm run build",
9
"dev": "rollup -cw",
10
"build-ubuntu-latest": "pkg -t linux -o ./build/bin/cithak-linux ./cithak.js",
11
"build-windows-latest": "pkg -t win -o ./build/bin/cithak-win ./cithak.js",
0 commit comments