diff --git a/appveyor.yml b/appveyor.yml index 6103565562..27e5a7a0b0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 \ No newline at end of file +build: + - ps: cd ElectronClient\app + - yarn dist