Skip to content

Commit

Permalink
chore: release without private
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Jun 8, 2022
1 parent 67058c6 commit c39cac6
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 @@ -10,7 +10,7 @@
"start": "lerna run --parallel start",
"build": "lerna run --parallel build",
"release": "yarn release:version:before && yarn release:version && yarn release:version:after && yarn standard-version && yarn release:commit",
"release:version": "lerna version --no-changelog --no-push --no-git-tag-version",
"release:version": "lerna version --no-changelog --no-push --no-git-tag-version --no-private",
"release:version:before": "node scripts/version before",
"release:version:after": "node scripts/version after",
"release:commit": "git add . && git commit -m \"chore(release): publish v$npm_package_version\"",
Expand Down

0 comments on commit c39cac6

Please sign in to comment.