Skip to content

Commit

Permalink
Fix AppVeyor build
Browse files Browse the repository at this point in the history
  • Loading branch information
filoozom committed Oct 25, 2018
1 parent 0ab9cf2 commit 0308251
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ platform:
install:
- ps: Install-Product node $env:nodejs_version $env:platform
- set PATH=%APPDATA%\npm;%APPVEYOR_BUILD_FOLDER%\node_modules\.bin;%PATH%
- git submodule update --init --recursive
- npm i

test_script:
Expand Down

0 comments on commit 0308251

Please sign in to comment.