use --force when running npm install on Appveyor

This commit is contained in:
João Moreno 2015-11-25 10:45:28 +01:00
parent 90ace5d479
commit 53644525be

View file

@ -5,7 +5,7 @@ install:
- npm install -g gulp mocha
build_script:
- .\scripts\npm.bat install
- .\scripts\npm.bat install --force
- gulp electron
- gulp compile