Skip to content

Commit

Permalink
chore: add prerelease script
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 14, 2023
1 parent 4883457 commit 0c5a2d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"lint:fix": "eslint --ext .ts . --fix && prettier -w src test",
"prepack": "pnpm build",
"release": "pnpm test && changelogen --release --push && npm publish",
"prerelease": "pnpm test && pnpm build && changelogen --release --prerelease alpha --push --publish --publishTag alpha",
"start": "node bin/ipx.js",
"test": "pnpm lint && vitest run --coverage"
},
Expand Down

0 comments on commit 0c5a2d0

Please sign in to comment.