Skip to content

Commit

Permalink
feat: split release script into pre phase
Browse files Browse the repository at this point in the history
this allows to pass arguments to standard-version
  • Loading branch information
sebastianrothe committed Jul 24, 2023
1 parent 49a1678 commit 96edf43
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,12 @@
"test:update": "pnpm test -- --updateSnapshot --coverage",
"setup": "pnpm install && pnpm validate",
"validate": "pnpm lint && pnpm test:nocache",
"release": "pnpm validate && standard-version"
"release": "standard-version"
},
"standard-version": {
"scripts": {
"prerelease": "pnpm validate"
}
},
"peerDependencies": {
"jest": ">= 27",
Expand Down

0 comments on commit 96edf43

Please sign in to comment.