Skip to content

Commit

Permalink
fix: try using --no-private from lerna.json
Browse files Browse the repository at this point in the history
  • Loading branch information
denysdovhan committed Jul 4, 2022
1 parent 4f21a0d commit a7ffbd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"version": "independent",
"command": {
"version": {
"private": false,
"allowBranch": ["master"],
"conventionalCommits": true,
"createRelease": "github",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "lerna run build --stream --parallel",
"test": "lerna run test --stream --parallel",
"clear": "lerna run clear --stream --parallel",
"release": "lerna version --no-private --yes && lerna publish from-git --yes",
"release": "lerna version -y && lerna publish from-git -y",
"lint": "lerna run lint --stream --parallel",
"format": "prettier --write --ignore-path .gitignore ."
},
Expand Down

0 comments on commit a7ffbd0

Please sign in to comment.