Skip to content

Commit 5ce6608

Browse files
committed
fix: monorepo composer loading
1 parent bcd863d commit 5ce6608

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

bin/fl-install

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,14 @@ settings:
2323
EOF
2424

2525
# Setup the workbench
26-
studio load ../workbench/*
26+
studio load "../workbench/*"
2727

2828
# Setup the local framework development repository if it exists
2929
if [ -d "../framework" ]; then
3030
# then load it
31-
studio load ../framework/*/*
31+
studio load "../framework/framework/*"
32+
studio load "../framework/extensions/*"
33+
studio load "../framework/php-packages/*"
3234
fi
3335

3436
# Download dependencies

0 commit comments

Comments
 (0)