Skip to content

Commit

Permalink
fix(scripts): don't release private packages
Browse files Browse the repository at this point in the history
  • Loading branch information
snickbit committed Jul 25, 2023
1 parent 1ab2d0e commit af1255e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"prepare": "husky install",
"pr": "pnpm run ci pr",
"release": "pnpm run ci release",
"release:ci": "multi-semantic-release --deps.bump=satisfy",
"release:ci": "multi-semantic-release --deps.bump=satisfy --ignore-private-packages",
"test": "jest --no-cache"
},
"lint-staged": {
Expand Down

0 comments on commit af1255e

Please sign in to comment.