Skip to content

Commit

Permalink
πŸ› [NPM] Update the release scripts (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi authored Apr 1, 2024
1 parent f8ae693 commit 4d4313a
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 @@ -51,7 +51,8 @@
"test:ui": "vitest --ui",
"coverage": "vitest --run --coverage",
"report": "changeset",
"release": "npm run build && changeset publish"
"release:version": "changeset version",
"release:publish": "changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
Expand Down

0 comments on commit 4d4313a

Please sign in to comment.