From 9c270b23a644ff53b309a2a6947e3eee493104ed Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Thu, 26 Apr 2018 13:47:53 -0300 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 6e70442b..0e7d39ac 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,19 +13,19 @@ init: install: - ps: Install-Product node $env:nodejs_version - 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 npm@5.7.1 -g + npm install npm@5.7.1 -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: - '%APPDATA%\npm-cache' - '%USERPROFILE%\.electron'