Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Nov 13, 2017
1 parent 04a6436 commit 47096ed
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ environment:
install:
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version
- ps: Install-Product yarn
# install modules
- npm install

Expand All @@ -14,8 +15,8 @@ test_script:
# Output useful info for debugging.
- node --version
- npm --version
# run tests
- npm test


# Don't actually build.
build: off
build:
- ps: cd ElectronClient\app
- yarn dist

0 comments on commit 47096ed

Please sign in to comment.