Skip to content

Commit

Permalink
Update release script to use pnpm changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
infysumanta committed Feb 25, 2024
1 parent 8ced809 commit 487c8e1
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 @@ -19,7 +19,7 @@
},
"scripts": {
"build": "tsup",
"release": "pnpm run build && changesets publish",
"release": "pnpm run build && pnpm changesets publish",
"format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\"",
"test": "vitest",
"coverage": "vitest run --coverage",
Expand Down

0 comments on commit 487c8e1

Please sign in to comment.