mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-11-12 01:11:36 +08:00
fix(ci): run grunt script in win compatible way
This commit is contained in:
parent
7ea0202cc7
commit
ee17b9d975
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…
Add table
Reference in a new issue