Skip to content

Commit

Permalink
fix: --dry-run instead of --dry
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianMazur committed Oct 2, 2024
1 parent 3c67884 commit 98073f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/render-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"prepack": "yarn run prepack:readme && yarn run build",
"prepack:readme": "./scripts/prepack.sh",
"release:ci": "release-it --ci --no-git.requireUpstream",
"release:dry": "release-it --dry --no-git.requireUpstream"
"release:dry": "release-it --dry-run --no-git.requireUpstream"
},
"devDependencies": {
"@babel/cli": "^7.13.16",
Expand Down

0 comments on commit 98073f5

Please sign in to comment.