add publishing info
This commit is contained in:
parent
11be5db628
commit
4c277afea9
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -19,3 +19,13 @@ cd repl
|
||||||
npm install
|
npm install
|
||||||
npm run start
|
npm run start
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Publish Packages
|
||||||
|
|
||||||
|
To publish, just run:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npx lerna version
|
||||||
|
```
|
||||||
|
|
||||||
|
This will publish all packages that changed since the last version.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue