Skip to content

Commit

Permalink
chore: remove prerelease script (pnpm why ?!)
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed May 3, 2024
1 parent 4765dd5 commit a98c465
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"lint:fix": "eslint . --fix && prettier -w src",
"prepack": "pnpm build",
"release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
"prerelease": "pnpm test && changelogen --release --prerelease && npm publish --tag rc && git push --follow-tags",
"test": "pnpm lint",
"typegen": "node ./scripts/typegen.mjs"
},
Expand Down

0 comments on commit a98c465

Please sign in to comment.