Added `link` installation steps

This commit is contained in:
Amila Welihinda 2016-07-19 00:44:45 -07:00 committed by GitHub
parent 9db3ec183e
commit 58f5cb4396
1 changed files with 2 additions and 0 deletions

View File

@ -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