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 3e4c6e6 commit 205e3cbCopy full SHA for 205e3cb
build.sh
@@ -24,7 +24,7 @@ then
24
fi
25
26
# Ensure dependencies are up-to-date
27
-offenbach install --no-dev --no-interaction --optimize-autoloader
+php -d error_reporting=1 offenbach install --no-dev --no-interaction --optimize-autoloader
28
29
# Update version in main application bootstrap file
30
sed -i "s/\$VERSION *=.*/\$VERSION = '$version';/" $main
0 commit comments