add lein voom build-deps to run-osx.sh
This commit is contained in:
parent
4acaab890f
commit
4938d1f410
|
@ -45,7 +45,7 @@ open -a /Applications/Genymotion.app/Contents/MacOS/player.app --args --vm-name
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Install deps, prepare for genymotion and figwheel
|
# Install deps, prepare for genymotion and figwheel
|
||||||
re-natal deps && re-natal use-android-device "${device_type}" && re-natal use-figwheel
|
lein voom build-deps && re-natal deps && re-natal use-android-device "${device_type}" && re-natal use-figwheel
|
||||||
|
|
||||||
# open figwheel in new tab
|
# open figwheel in new tab
|
||||||
tab "lein figwheel android"
|
tab "lein figwheel android"
|
||||||
|
|
Loading…
Reference in New Issue