Browse Source

🐾

pull/1873/head
Ramiro Saenz 7 years ago
parent
commit
fb3cefe6e6
  1. 4
      appveyor.yml

4
appveyor.yml

@ -18,11 +18,11 @@ install:
cd %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\ cd %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\
npm install --only=prod npm install
cache: cache:
- '%APPDATA%\npm-cache' - '%APPDATA%\npm-cache'
- '%USERPROFILE%\.electron' - '%USERPROFILE%\.electron'
- node_modules - '%APPVEYOR_BUILD_FOLDER%\build\production\Rambox\node_modules'
build_script: build_script:
- cmd: cd %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\ - cmd: cd %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\
- cmd: npm run build:win - cmd: npm run build:win

Loading…
Cancel
Save