We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c16265 commit 4f39843Copy full SHA for 4f39843
bin/build.sh
@@ -43,6 +43,9 @@ if id "$DEPLOY_USER" >/dev/null 2>&1; then
43
export HOME="$TMP_DIR/home-$DEPLOY_USER"
44
fi
45
46
+# Never let Angular block the build with an interactive prompt to enable autocomplete
47
+export NG_FORCE_AUTOCOMPLETE=0
48
+
49
# Try to use PHP 8.4, or fallback to default version
50
PHP=`which php8.4` || PHP='php'
51
COMPOSER="$PHP `which composer` --no-interaction --no-plugins"
0 commit comments