Move execution steps around

This commit is contained in:
Fedor Korotkov 2019-08-03 16:58:25 -04:00
parent f421653331
commit 8e31adf581
1 changed files with 4 additions and 9 deletions

View File

@ -25,8 +25,8 @@
},
{
"inline": [
"brew --version",
"brew update"
"echo 'Disabling spotlight...'",
"sudo mdutil -a -i off"
],
"type": "shell"
},
@ -49,13 +49,8 @@
},
{
"inline": [
"echo 'Disabling spotlight...'",
"sudo mdutil -a -i off"
],
"type": "shell"
},
{
"inline": [
"brew --version",
"brew update",
"brew install xctool"
],
"type": "shell"