mirror of https://github.com/webpack/webpack.git
Added `link` installation steps
This commit is contained in:
parent
9db3ec183e
commit
58f5cb4396
|
|
@ -13,6 +13,8 @@ environment:
|
|||
|
||||
install:
|
||||
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
|
||||
- npm link
|
||||
- npm link webpack
|
||||
- npm install --msvs_version=2013
|
||||
|
||||
build: off
|
||||
|
|
|
|||
Loading…
Reference in New Issue