|
|
|
@ -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 |
|
|
|
|