From d2b83a6bc55eafe7512c1e87f1001b9034f1b39a Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Thu, 27 Sep 2018 18:52:29 -0300 Subject: [PATCH] Ups --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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