This commit is contained in:
Conner Gallagher 2022-06-13 13:41:25 -06:00
parent b8a46fb36e
commit 55b6faea91
1 changed files with 3 additions and 8 deletions

View File

@ -66,16 +66,11 @@ yarn docs:build
## Publishing
To check which packages have changed
See [./Publishing.md](./Publishing.md) for a detailed guide.
```
lerna changed
```
To publish changes to NPM registries
```
lerna publish
lerna version patch --no-private --yes
lerna publish from-git --yes
```
### Localnet Testing Setup