Skip to content

Commit

Permalink
More specific prerelease scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rphillips-cc committed Feb 24, 2023
1 parent dae4618 commit 3802941
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
"test:coverage": "c8 --all ava",
"lint": "eslint src",
"release:latest": "npx np",
"release:next": "npx np prerelease --tag=next"
"release:prepatch": "npx np prepatch --tag=next",
"release:preminor": "npx np preminor --tag=next",
"release:premajor": "npx np premajor --tag=next"
},
"bin": {
"cloudcannon-reader": "src/index.js"
Expand Down

0 comments on commit 3802941

Please sign in to comment.