mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +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
|
||||
},
|
||||
{
|
||||
command: "script/grunt add-nylas-build-resources",
|
||||
command: gruntPath + " add-nylas-build-resources --gruntfile build/Gruntfile.coffee",
|
||||
message: "",
|
||||
options: {}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue