Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit 2b2d8dd

Browse files
authored
Merge pull request #411 from autonomoussoftware/appveyor-fix
Add npm i to appveyor settings
2 parents 88c15c2 + 607b1b8 commit 2b2d8dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ cache:
1717
install:
1818
- ps: Install-Product node LTS x64
1919
- npm i --global --production windows-build-tools
20+
- npm i
2021

2122
platform:
2223
- x64

0 commit comments

Comments
 (0)