add lein voom build-deps to run-osx.sh

This commit is contained in:
Jarrad Hope 2016-05-09 13:31:59 +02:00
parent 4acaab890f
commit 4938d1f410
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ open -a /Applications/Genymotion.app/Contents/MacOS/player.app --args --vm-name
fi
# 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
tab "lein figwheel android"