Skip to content

Commit

Permalink
chore: Add build step to CONTRIBUTING (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnw committed Feb 24, 2020
1 parent c606b3a commit c5fe619
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Expand Up @@ -12,6 +12,12 @@ Install the dependencies by running yarn (only tested with yarn v1) in the root
yarn
```

Then build the packages:

```bash
lerna run build
```

Then serve the ui web app:

```bash
Expand Down

0 comments on commit c5fe619

Please sign in to comment.