Skip to content

Commit

Permalink
chore: update small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
evenstensberg committed Sep 30, 2018
1 parent 258473f commit 48646b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Expand Up @@ -34,15 +34,15 @@ In case you are suggesting a new feature, we will match your idea with our curre

### Setup with npm

* Install the dependencies and bootstrap the packages:
* Install the dependencies and link them:

```bash
npm install
npm link
npm link webpack-cli
```

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

* To test a single CLI (flag) test case:
Expand All @@ -65,7 +65,7 @@ yarn link
yarn link webpack-cli
```

* To run the entire test suite use:
* Run all the tests with:
- `yarn test`

* To test a single CLI (flag) test case:
Expand Down

0 comments on commit 48646b7

Please sign in to comment.