Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyBurger committed Mar 11, 2021
1 parent 581eafa commit 160eb77
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions CONTRIBUTING.md
Expand Up @@ -12,20 +12,16 @@ Please note that this project is released with a [Contributor Code of Conduct](C

### Code setup

You can clone this repo and run

```console
npm i && npx lerna bootstrap
```

to set up the project.
To rebuild the project, run
Clone the repo and run

```console
npm i
npx lerna bootstrap
npm run build
npx lerna bootstrap
```

from the root.
to set up the project. Make sure to run `npx lerna bootstrap` twice - the reason is that during the build phase new CLI binaries are being created so another symlink is necessary. You only have to do this once.

We recommend keeping a terminal open with the command

Expand Down

0 comments on commit 160eb77

Please sign in to comment.