diff --git a/shopware/administration/6.4/bin/watch-administration.sh b/shopware/administration/6.4/bin/watch-administration.sh index 060866e..93d9b9e 100755 --- a/shopware/administration/6.4/bin/watch-administration.sh +++ b/shopware/administration/6.4/bin/watch-administration.sh @@ -21,6 +21,7 @@ export HOST=${HOST:-"localhost"} export ESLINT_DISABLE export PORT export APP_URL +export DISABLE_ADMIN_COMPILATION_TYPECHECK=1 BIN_TOOL="${CWD}/console" diff --git a/shopware/administration/6.6/bin/watch-administration.sh b/shopware/administration/6.6/bin/watch-administration.sh index 5e89f3d..fc53b02 100755 --- a/shopware/administration/6.6/bin/watch-administration.sh +++ b/shopware/administration/6.6/bin/watch-administration.sh @@ -21,6 +21,7 @@ export HOST=${HOST:-"localhost"} export ESLINT_DISABLE export PORT export APP_URL +export DISABLE_ADMIN_COMPILATION_TYPECHECK=1 BIN_TOOL="${CWD}/console" diff --git a/shopware/administration/6.7/bin/watch-administration.sh b/shopware/administration/6.7/bin/watch-administration.sh index 5e89f3d..fc53b02 100755 --- a/shopware/administration/6.7/bin/watch-administration.sh +++ b/shopware/administration/6.7/bin/watch-administration.sh @@ -21,6 +21,7 @@ export HOST=${HOST:-"localhost"} export ESLINT_DISABLE export PORT export APP_URL +export DISABLE_ADMIN_COMPILATION_TYPECHECK=1 BIN_TOOL="${CWD}/console"