Skip to content

Commit

Permalink
feat(lerna): make main package private in order to install all subpac…
Browse files Browse the repository at this point in the history
…kages in one step
  • Loading branch information
esteblock committed Feb 15, 2023
1 parent 0c3b3f7 commit e2cec40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ Library created based on [the code](https://github.com/stellar/soroban-example-d

See the official gitbook: https://soroban-react.gitbook.io/index/
You can also contribute to the Gitbook by editing the docs folder in this repo

# Install:
Install all sub-packages with just `yarn`
## Build and publish using lerna
```
yarn build
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "soroban-react",
"private": true,
"scripts": {
"build": "lerna run build",
"lerna-publish": "lerna publish --no-private --conventional-commits"
Expand Down

0 comments on commit e2cec40

Please sign in to comment.