fix(win-build): Change to 'cmd' for build script

This should prevent it from failing on npm install warnings
This commit is contained in:
Juan Tejada 2016-11-18 11:00:10 -08:00
parent 3671fac440
commit f47194fee1

View file

@ -38,7 +38,7 @@ install:
}
build_script:
- ps: script\bootstrap.cmd
- cmd: script\bootstrap.cmd
test_script:
- ps: npm test