Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 237 Bytes

_SETUP.md

File metadata and controls

18 lines (14 loc) · 237 Bytes

Setup

Setup your local webpack repository

git clone https://github.com/webpack/webpack.git
cd webpack
npm install -g yarn
yarn install
yarn link
yarn link webpack

To run the entire test suite use:

yarn test