Skip to content

Commit 9e7e91d

Browse files
committed
Try to fix appveyor failure
Something about powershell warnings being more real than cmd warnings
1 parent f2bd477 commit 9e7e91d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cache:
66

77
install:
88
- ps: Install-Product node $env:nodejs_version
9-
- ps: yarn install
9+
- yarn install
1010

1111
test_script:
1212
- node --version

0 commit comments

Comments
 (0)