Skip to content

Commit

Permalink
use workspace dependency lerna when bootstrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
CruzMolina committed Dec 2, 2019
1 parent 74664e3 commit 5ce39e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ We welcome pull requests. To get started, just fork this repo, clone it locally,

```shell
# Install
npm install -g lerna@3.4.3
npm install -g yarn
yarn bootstrap

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"scripts": {
"bootstrap": "lerna bootstrap",
"bootstrap": "npx lerna bootstrap",
"prepare": "lerna run prepare --stream --concurrency=1",
"publish-release": "./scripts/publish-release.sh",
"publish-dist-tag": "./scripts/publish-dist-tag.sh",
Expand Down

0 comments on commit 5ce39e8

Please sign in to comment.