README
This commit is contained in:
parent
b8a46fb36e
commit
55b6faea91
11
README.md
11
README.md
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue