This commit is contained in:
Tobias Koppers 2018-03-26 16:07:45 +02:00 committed by GitHub
parent c3d1806329
commit e4d98fed96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
git clone https://github.com/webpack/webpack.git
cd webpack
npm install -g yarn
yarn install
yarn
yarn link
yarn link webpack
```
@ -15,4 +15,4 @@ To run the entire test suite use:
```bash
yarn test
```
```