Skip to content
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
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