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 ## Publishing
To check which packages have changed See [./Publishing.md](./Publishing.md) for a detailed guide.
``` ```
lerna changed lerna version patch --no-private --yes
``` lerna publish from-git --yes
To publish changes to NPM registries
```
lerna publish
``` ```
### Localnet Testing Setup ### Localnet Testing Setup