Skip to content

Commit

Permalink
Add yarn build
Browse files Browse the repository at this point in the history
  • Loading branch information
abraham committed Jan 10, 2018
1 parent 136285e commit b9f17db
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
environment:
matrix:
- nodejs_version: "9"
PKG: "yarn"
- nodejs_version: "9"
PKG: "npm"
- nodejs_version: "8"
PKG: "yarn"
- nodejs_version: "8"
PKG: "npm"

install:
- ps: Install-Product node $env:nodejs_version
- ps: if ($env:PKG -eq 'npm') { npm --version }
- npm install --no-optional
- npm build
- npm install --global . --no-optional

test_script:
Expand Down

0 comments on commit b9f17db

Please sign in to comment.