Skip to content

Commit 4f39843

Browse files
committed
Never let Angular block the build
This annoys me way too often ==;
1 parent 6c16265 commit 4f39843

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ if id "$DEPLOY_USER" >/dev/null 2>&1; then
4343
export HOME="$TMP_DIR/home-$DEPLOY_USER"
4444
fi
4545

46+
# Never let Angular block the build with an interactive prompt to enable autocomplete
47+
export NG_FORCE_AUTOCOMPLETE=0
48+
4649
# Try to use PHP 8.4, or fallback to default version
4750
PHP=`which php8.4` || PHP='php'
4851
COMPOSER="$PHP `which composer` --no-interaction --no-plugins"

0 commit comments

Comments
 (0)