Skip to content

Commit

Permalink
prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentpayot committed Nov 25, 2022
1 parent 981ed8e commit f8f7352
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@
"build": "pnpm build-js && printf '_%.0s' {1..40} && pnpm no-custom-element && pnpm --silent size && pnpm --silent size-nce",
"test": "node tests",
"benchmark": "node benchmark/node",
"preversion": "pnpm build && pnpm test",
"postversion": "git push && git push --tags && pnpm publish",
"prepublish": "pnpm build && pnpm test && git push && git push --tags",
"serve": "python3 -m http.server"
},
"devDependencies": {
Expand Down

0 comments on commit f8f7352

Please sign in to comment.