Skip to content

Commit

Permalink
docs(contributing): adds prebuild instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
misterdev committed Feb 11, 2019
1 parent 62ab32d commit 81cb46a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions 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 boostrap
npm run build
```

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

Expand All @@ -65,6 +72,13 @@ yarn link
yarn link webpack-cli
```

* Bootstrap all the submodules before building for the first time

```bash
yarn boostrap
yarn build
```

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

Expand Down

0 comments on commit 81cb46a

Please sign in to comment.