Skip to content

Commit

Permalink
fix install script
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Hauman committed Jun 28, 2018
1 parent c48f00e commit d9d80f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9d80f2

Please sign in to comment.