lerna.json

This commit is contained in:
Conner Gallagher 2022-06-07 23:45:35 -05:00
parent 8c40bcf953
commit d0dd21993c
2 changed files with 1 additions and 4 deletions

View File

@ -33,7 +33,7 @@ The command below will
```
lerna version patch --no-private --yes
lerna publish from-package --yes
lerna publish from-git --yes
```
If the above command fails halfway, use the following command to check for any version differences between NPM and only publish the missing packages.

View File

@ -30,9 +30,6 @@
"tools/**"
],
"command": {
"publish": {
"registry": "https://npm.pkg.github.com"
},
"version": {
"message": "chore(release): publish",
"allowBranch": "main"