fix: debug mode
This commit is contained in:
parent
e0e2126f38
commit
e90df5a46b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Debug mode
|
||||
if [ "$DEBUG" = "true" ]; then
|
||||
if [ "$APP_DEBUG" = "true" ]; then
|
||||
echo "Debug mode is enabled"
|
||||
echo "Installing development dependencies..."
|
||||
composer install --dev --no-scripts
|
||||
|
|
|
|||
Loading…
Reference in a new issue