We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8471662 commit 72ff65dCopy full SHA for 72ff65d
bin/fl-install
@@ -28,8 +28,8 @@ EOF
28
# Setup the workbench
29
studio load "../workbench/*"
30
31
-# Setup the local framework development repository if it exists
32
-if [ -d "../framework" ]; then
+# Setup the local framework development repository if there is a composer.json file inside framework
+if [ -f "../framework/composer.json" ]; then
33
# then load it
34
studio load "../framework/framework/*"
35
studio load "../framework/extensions/*"
0 commit comments