diff --git a/appveyor.yml b/appveyor.yml index 514b88a7..12df3d9b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,13 +15,14 @@ install: - ps: Install-Product node $env:nodejs_version - cmd: >- git clone https://github.com/saenzramiro/rambox-build.git %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\ + npm install --only=prod + cp -R node_modules %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\ cache: - '%APPDATA%\npm-cache' - '%USERPROFILE%\.electron' - node_modules - - build\production\Rambox\node_modules build_script: - cmd: npm run build:win test: off