lerna.json
This commit is contained in:
parent
8c40bcf953
commit
d0dd21993c
|
@ -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.
|
||||
|
|
|
@ -30,9 +30,6 @@
|
|||
"tools/**"
|
||||
],
|
||||
"command": {
|
||||
"publish": {
|
||||
"registry": "https://npm.pkg.github.com"
|
||||
},
|
||||
"version": {
|
||||
"message": "chore(release): publish",
|
||||
"allowBranch": "main"
|
||||
|
|
Loading…
Reference in New Issue