1 changed files with 7 additions and 7 deletions
@ -13,19 +13,19 @@ init: |
|||||||
install: |
install: |
||||||
- ps: Install-Product node $env:nodejs_version |
- ps: Install-Product node $env:nodejs_version |
||||||
- cmd: >- |
- cmd: >- |
||||||
git reset --hard HEAD |
git reset --hard HEAD |
||||||
|
|
||||||
npm run sencha:clean |
npm run sencha:clean |
||||||
|
|
||||||
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 [email protected] -g |
npm install [email protected] -g |
||||||
|
|
||||||
npm install |
npm install |
||||||
|
|
||||||
npm --prefix %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\ install %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\ |
npm --prefix %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\ install %APPVEYOR_BUILD_FOLDER%\build\production\Rambox\ |
||||||
|
|
||||||
npm prune |
npm prune |
||||||
cache: |
cache: |
||||||
- '%APPDATA%\npm-cache' |
- '%APPDATA%\npm-cache' |
||||||
- '%USERPROFILE%\.electron' |
- '%USERPROFILE%\.electron' |
||||||
|
Loading…
Reference in new issue