Skip to content

Commit

Permalink
chore: update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Dec 13, 2024
1 parent 40ae3c5 commit 214bd88
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 @@ -23,7 +23,7 @@
"lint": "eslint . && prettier -c src test examples",
"lint:fix": "automd && eslint --fix . && prettier -w src test examples",
"prepack": "pnpm unbuild",
"release": "pnpm test && changelogen --release --prerelease --publish --publishTag rc && git push --follow-tags",
"release": "pnpm test && changelogen --release --publish && git push --follow-tags",
"stub": "pnpm unbuild --stub",
"test": "pnpm lint && pnpm test:types && vitest run --coverage",
"test:types": "tsc --noEmit",
Expand Down

0 comments on commit 214bd88

Please sign in to comment.