Skip to content

Commit

Permalink
chore: add prepack step
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed May 9, 2024
1 parent bc09fa9 commit 7ec1ec8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"build": "unbuild",
"dev": "vitest",
"lint": "eslint src",
"prepack": "unbuild",
"release": "pnpm test && pnpm build && changelogen --release --push && pnpm publish",
"test": "pnpm lint && pnpm vitest run --coverage && tsc --noEmit"
},
Expand Down

0 comments on commit 7ec1ec8

Please sign in to comment.