Skip to content

Commit

Permalink
docs(contribution): fix the setup workflow #591 (#597)
Browse files Browse the repository at this point in the history
* docs: fix the setup workflow #591

* docs: change to npm script

* docs: script change

* docs: simplify script
  • Loading branch information
EvsChen authored and ematipico committed Sep 18, 2018
1 parent 2588394 commit 2910645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -33,15 +33,15 @@ In case you are suggesting a new feature, we will match your idea with our curre
* `git clone <your-clone-url> && cd webpack-cli`

### Setup with npm
* Install the dependencies: `npm install`
* Install the dependencies and bootstrap the packages: `npm run bootstrap`
* Run the tests with: `npm test`

### Setup with yarn
* If you don't have yarn yet: `npm install -g yarn`
* Install the dependencies and link them

```bash
yarn install
yarn bootstrap
yarn link
yarn link webpack-cli
```
Expand Down

0 comments on commit 2910645

Please sign in to comment.