Skip to content

Commit e4d98fe

Browse files
authored
Merge
1 parent c3d1806 commit e4d98fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_SETUP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
git clone https://github.com/webpack/webpack.git
77
cd webpack
88
npm install -g yarn
9-
yarn install
9+
yarn
1010
yarn link
1111
yarn link webpack
1212
```
@@ -15,4 +15,4 @@ To run the entire test suite use:
1515

1616
```bash
1717
yarn test
18-
```
18+
```

0 commit comments

Comments
 (0)