We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddefdc2 commit d1c5ec8Copy full SHA for d1c5ec8
appveyor.yml
@@ -13,6 +13,7 @@ cache:
13
- node_modules
14
15
install:
16
+ - git submodule update --init --recursive
17
- ps: Install-Product node LTS $env:node_platform
18
- npm config set msvs_version 2015
19
- '%BASH% -lc "cd $APPVEYOR_BUILD_FOLDER && npm install"'
0 commit comments