Skip to content

Commit

Permalink
build: fix native addon building on AppVeyor
Browse files Browse the repository at this point in the history
PR-URL: #324
Reviewed-By: Dmytro Nechai <nechaido@gmail.com>
  • Loading branch information
belochub committed Feb 9, 2018
1 parent a5b7927 commit 5de537d
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 @@ -17,6 +17,7 @@ branches:

install:
- ps: Install-Product node $env:nodejs_version
- npm install -g npm@latest
- npm install

build: off
Expand Down

0 comments on commit 5de537d

Please sign in to comment.