Update appveyor.yml

pull/41/head
Laurent Cozic 2017-11-13 12:06:19 +00:00 committed by GitHub
parent 04a64368c0
commit 47096edd11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -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
@ -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