Skip to content

Commit

Permalink
fix: add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
amosmachora committed Oct 4, 2024
1 parent 3f4d883 commit d2cb86c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"build": "pnpm -r build",
"lint": "pnpm -r lint",
"test": "pnpm -r test"
"test": "pnpm -r test",
"release": "pnpm run build && changeset publish"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d2cb86c

Please sign in to comment.