Skip to content

Commit

Permalink
rename rlease script
Browse files Browse the repository at this point in the history
  • Loading branch information
hAbuMustafa committed Sep 3, 2024
1 parent 9ce66b5 commit 72de12d
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 @@ -14,7 +14,7 @@
"test": "vitest run",
"local-release": "changeset version && changeset publish",
"prepuplishOnly": "npm run ci",
"release": "npm run build && npm run format && npx changeset && npm run local-release"
"publish": "npm run build && npm run format && npx changeset && npm run local-release"
},
"files": [
"dist"
Expand Down

0 comments on commit 72de12d

Please sign in to comment.