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'