Skip to content

Commit

Permalink
Remove type check from admin watch scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
seggewiss committed Oct 25, 2024
1 parent 3afa0ef commit 5b8ff77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions shopware/administration/6.4/bin/watch-administration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
1 change: 1 addition & 0 deletions shopware/administration/6.6/bin/watch-administration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
1 change: 1 addition & 0 deletions shopware/administration/6.7/bin/watch-administration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 5b8ff77

Please sign in to comment.