Skip to content

Commit

Permalink
Add missing dry run flags
Browse files Browse the repository at this point in the history
  • Loading branch information
itavero committed Dec 12, 2022
1 parent f0035d6 commit b482f51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"check-pre-release": "release-it --dry-run -VV --npm.tag=next",
"pre-release": "release-it --npm.tag=next",
"beta-release": "release-it --preRelease=beta --npm.tag=next",
"check-beta-release": "release-it --preRelease=beta --npm.tag=next",
"check-beta-release": "release-it --dry-run -VV --preRelease=beta --npm.tag=next",
"rc-release": "release-it --preRelease=rc --npm.tag=next",
"check-rc-release": "release-it --preRelease=rc --npm.tag=next"
"check-rc-release": "release-it --dry-run -VV --preRelease=rc --npm.tag=next"
},
"keywords": [
"homebridge-plugin",
Expand Down

0 comments on commit b482f51

Please sign in to comment.