Skip to content

Commit

Permalink
Merge pull request #757 from misterdev/patch-4
Browse files Browse the repository at this point in the history
docs(contributing): adds prebuild instructions
  • Loading branch information
evenstensberg authored Mar 8, 2019
2 parents f2bc8a2 + 91a9242 commit 637c47c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ npm link
npm link webpack-cli
```

* Bootstrap all the submodules before building for the first time

```bash
npm run bootstrap
npm run build
```

* Run all the tests with:
- `npm run test`

Expand Down Expand Up @@ -69,6 +76,13 @@ yarn link
yarn link webpack-cli
```

* Bootstrap all the submodules before building for the first time

```bash
yarn bootstrap
yarn build
```

* Run all the tests with:
- `yarn test`

Expand Down

0 comments on commit 637c47c

Please sign in to comment.