From 006792d0c4157a206bb97fbb0bccb3e246a1cf37 Mon Sep 17 00:00:00 2001 From: Jarrad Hope Date: Mon, 9 May 2016 13:31:59 +0200 Subject: [PATCH] add lein voom build-deps to run-osx.sh Former-commit-id: 4938d1f4103f47083f5909165ab3eab707627b07 --- run-osx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-osx.sh b/run-osx.sh index 7fde17010b..9f89a05857 100755 --- a/run-osx.sh +++ b/run-osx.sh @@ -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"