mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
ignore old browserlist data in dist (#39134)
This commit is contained in:
parent
9e044c5ac9
commit
c2883b86a1
1 changed files with 1 additions and 1 deletions
|
@ -21,4 +21,4 @@ if [ ! -x "$NODE" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
NODE_ENV=production exec "${NODE}" --no-warnings --max-http-header-size=65536 $NODE_OPTIONS "${DIR}/src/cli" ${@}
|
||||
NODE_ENV=production BROWSERSLIST_IGNORE_OLD_DATA=true exec "${NODE}" --no-warnings --max-http-header-size=65536 $NODE_OPTIONS "${DIR}/src/cli" ${@}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue