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

Former-commit-id: 4938d1f410
This commit is contained in:
Jarrad Hope 2016-05-09 13:31:59 +02:00
parent 2c1e8d8273
commit 006792d0c4
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"