From 9b29149e60995029a21ac466bd5e5b4fab3fd7f5 Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Fri, 28 Sep 2018 15:47:51 -0300 Subject: [PATCH] :paw_prints: --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 12df3d9b..7df96a37 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,9 +16,9 @@ install: - cmd: >- git clone https://github.com/saenzramiro/rambox-build.git %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\ - npm install --only=prod + cd %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\ - cp -R node_modules %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\ + npm install --only=prod cache: - '%APPDATA%\npm-cache' - '%USERPROFILE%\.electron'