Skip to content

Commit

Permalink
cancel the impact on prepare hook
Browse files Browse the repository at this point in the history
  • Loading branch information
mlgq committed Apr 25, 2024
1 parent 0c4f936 commit 98df9f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -69,7 +69,8 @@
"lint-fix": "eslint --fix lib",
"ls-lint": "ls-lint",
"build": "rollup --config --silent",
"prepublishOnly": "npm run build && node bin/publish.mjs pre",
"prepare": "npm run build",
"prepublishOnly": "node bin/publish.mjs pre",
"postpublish": "node bin/publish.mjs post",
"postversion": "echo 'Remember to update the changelog!'"
},
Expand Down

0 comments on commit 98df9f3

Please sign in to comment.