Skip to content
This repository was archived by the owner on Sep 2, 2020. It is now read-only.

contributing.md: change to reference lerna command #196

Merged
merged 1 commit into from
Jan 3, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Complete your CLA here: <https://code.facebook.com/cla>
3. Install or Update all dependencies

```sh
npm install
lerna bootstrap # npm install -g lerna
```

4. Get coding! If you've added code, add tests. If you've changed APIs, update
Expand Down