Skip to content

Commit 17f64bb

Browse files
committed
Trying yarn on appveyor
1 parent 6724f45 commit 17f64bb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

appveyor.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ environment:
55
install:
66
- ps: Install-Product node $env:nodejs_version
77
- npm -g install npm@latest
8-
- npm install
8+
- npm install -g yarn
9+
- yarn
910

1011
test_script:
1112
- node --version
12-
- npm --version
13-
- npm test
13+
- yarn --version
14+
- yarn test
1415

1516
build: off

0 commit comments

Comments
 (0)