Browse Source

🐾

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

4
appveyor.yml

@ -16,9 +16,9 @@ install:
- cmd: >- - cmd: >-
git clone https://github.com/saenzramiro/rambox-build.git %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\ 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: cache:
- '%APPDATA%\npm-cache' - '%APPDATA%\npm-cache'
- '%USERPROFILE%\.electron' - '%USERPROFILE%\.electron'

Loading…
Cancel
Save