Skip to content

Commit

Permalink
fix: change npm scripts prepublish -> prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
KucingKode committed Oct 14, 2021
1 parent d29e231 commit d87016b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "build/file/cithak.js",
"scripts": {
"build": "NODE_ENV=production rollup -c",
"prepublish": "npm run build",
"prepublishOnly": "npm run build",
"dev": "rollup -cw",
"build-ubuntu-latest": "pkg -t linux -o ./build/bin/cithak-linux ./cithak.js",
"build-windows-latest": "pkg -t win -o ./build/bin/cithak-win ./cithak.js",
Expand Down

0 comments on commit d87016b

Please sign in to comment.