Skip to content

Commit

Permalink
npm prepare script instead of deprecated prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentpayot committed Sep 7, 2023
1 parent 28acf4c commit a120452
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 @@ -54,7 +54,7 @@
"build": "pnpm build-js && pnpm no-custom-element && pnpm --silent size",
"test": "node tests",
"benchmark": "node benchmark/node",
"prepublish": "pnpm build && pnpm test && git push && git push --tags",
"prepare": "pnpm build && pnpm test && git push && git push --tags",
"serve": "python3 -m http.server"
},
"devDependencies": {
Expand Down

0 comments on commit a120452

Please sign in to comment.