Skip to content

Commit

Permalink
chore: restore prepublish hook
Browse files Browse the repository at this point in the history
  • Loading branch information
tefkah committed Jun 13, 2024
1 parent 40466ec commit 06f6edf
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 @@ -11,7 +11,7 @@
"postbuild": "attw . -P && size-limit",
"lint": "tsc --noEmit",
"ci": "rm -rf dist && npm run lint && pnpm run test && pnpm run build",
"pprepublish": "pnpm run ci",
"prepublish": "pnpm run ci",
"release": "pnpm run ci && changeset publish",
"prepare": "husky install",
"size": "banal ./dist/index.js",
Expand Down

0 comments on commit 06f6edf

Please sign in to comment.