mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-26 10:00:50 +08:00
fix(win-build): Change to 'cmd' for build script
This should prevent it from failing on npm install warnings
This commit is contained in:
parent
3671fac440
commit
f47194fee1
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ install:
|
|||
}
|
||||
|
||||
build_script:
|
||||
- ps: script\bootstrap.cmd
|
||||
- cmd: script\bootstrap.cmd
|
||||
|
||||
test_script:
|
||||
- ps: npm test
|
||||
|
|
Loading…
Reference in a new issue