Skip to content

Commit

Permalink
docs: add lerna bootstrap call to contributing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Callum McIntyre committed Oct 21, 2021
1 parent a84c109 commit cd10410
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,15 @@ cd run-wasm

This will install all the dependencies defined in the `package.json` file

3. Run `yarn build` in the root directory.
3. Run `npx lerna bootstrap` in the root directory.

This will link packages together and install their dependencies.

4. Run `yarn build` in the root directory.

This will build the `run-wasm` package in the `lib` folder and allow you to import it in the `example-nextjs` project.

4. In the `example-nextjs` project, run `yarn`.
5. In the `example-nextjs` project, run `yarn`.

```shell
cd example-nextjs
Expand Down

0 comments on commit cd10410

Please sign in to comment.