From d9d80f224f12a7088f87c1a325943e7ec15282da Mon Sep 17 00:00:00 2001 From: Bruce Hauman Date: Thu, 28 Jun 2018 10:07:27 -0400 Subject: [PATCH] fix install script --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 0f4a1c31..25f8eba0 100755 --- a/scripts/install +++ b/scripts/install @@ -3,7 +3,7 @@ set -ex # We install all JARs so that cross project dependencies work correctly. -for project in figwheel-repl figwheel-core figwheel-main plugin sidecar support; do +for project in plugin sidecar support; do pushd ${project} lein install popd