diff --git a/appveyor.yml b/appveyor.yml index 1f59cde0..5b9263a9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,11 +18,11 @@ install: cd %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\ - npm install --only=prod + npm install cache: - '%APPDATA%\npm-cache' - '%USERPROFILE%\.electron' - - node_modules + - '%APPVEYOR_BUILD_FOLDER%\build\production\Rambox\node_modules' build_script: - cmd: cd %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\ - cmd: npm run build:win