Skip to content

Commit

Permalink
update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano committed Sep 20, 2024
1 parent 5884cfa commit 02cee1b
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 @@ -55,7 +55,7 @@
"prepublishOnly": "pnpm build",
"update-deps": "taze -w && pnpm i",
"typecheck": "tsc --noEmit",
"release": "bumpp && pnpm publish",
"release": "pnpm build && changeset publish",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
Expand Down

0 comments on commit 02cee1b

Please sign in to comment.