mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-08 01:04:39 +08:00
fix(ci): run grunt script in win compatible way
This commit is contained in:
parent
922a9e80ec
commit
186c6923f0
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ function bootstrap() {
|
||||||
options: buildInstallOptions
|
options: buildInstallOptions
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
command: "script/grunt add-nylas-build-resources",
|
command: gruntPath + " add-nylas-build-resources --gruntfile build/Gruntfile.coffee",
|
||||||
message: "",
|
message: "",
|
||||||
options: {}
|
options: {}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue