Skip to content

Commit 1403402

Browse files
committedApr 26, 2020
run appveyor with yarn too
1 parent c5a3346 commit 1403402

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎appveyor.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ environment:
1414

1515
install:
1616
- ps: Install-Product node $env:nodejs_version x64
17-
- npm install
17+
- yarn --frozen-lockfile
1818

1919
build: off
2020

2121
test_script:
2222
- node --version
2323
- npm --version
24-
- cmd: npm test
24+
- yarn --version
25+
- cmd: yarn test

0 commit comments

Comments
 (0)
Please sign in to comment.