Skip to content

Commit

Permalink
run appveyor with yarn too
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Apr 26, 2020
1 parent c5a3346 commit 1403402
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ environment:

install:
- ps: Install-Product node $env:nodejs_version x64
- npm install
- yarn --frozen-lockfile

build: off

test_script:
- node --version
- npm --version
- cmd: npm test
- yarn --version
- cmd: yarn test

0 comments on commit 1403402

Please sign in to comment.