Skip to content

Commit

Permalink
Update prepublish script (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-near authored Jan 28, 2025
1 parent 4edc4fc commit 74d57f1
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 @@ -12,8 +12,7 @@
"lint": "biome check --write .",
"typecheck": "tsc --noEmit",
"prepare": "pnpm run build",
"prepublishOnly": "pnpm lint && pnpm typecheck",
"postpublish": "pnpm build",
"prepublishOnly": "pnpm build",
"lefthook": "lefthook install",
"check-exports": "attw --pack .",
"release": "changeset version && changeset publish"
Expand Down

0 comments on commit 74d57f1

Please sign in to comment.