We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
link
1 parent 9db3ec1 commit 58f5cb4Copy full SHA for 58f5cb4
1 file changed
appveyor.yml
@@ -13,6 +13,8 @@ environment:
13
14
install:
15
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
16
+ - npm link
17
+ - npm link webpack
18
- npm install --msvs_version=2013
19
20
build: off
0 commit comments