Skip to content

Commit

Permalink
chore: update prerelease script
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 14, 2023
1 parent 368cb4a commit 26cb3e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -32,7 +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 --push --publish --publishTag v2",
"prerelease": "pnpm test && pnpm build && changelogen --release --prerelease --push --publish --publishTag next-2",
"start": "node bin/ipx.js",
"test": "pnpm lint && vitest run --coverage"
},
Expand Down Expand Up @@ -67,4 +67,4 @@
"vitest": "^0.34.4"
},
"packageManager": "pnpm@8.7.5"
}
}

0 comments on commit 26cb3e9

Please sign in to comment.