Fix UI build (#10843)

Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>
This commit is contained in:
Julien Pivotto 2022-06-09 15:11:46 +02:00 committed by GitHub
parent 867d3bd78f
commit f2ba2a0800
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,10 @@
set -e
current=$(pwd)
if ! [[ -w $HOME ]]
then
export npm_config_cache=$(mktemp -d)
fi
buildOrder=(module/lezer-promql module/codemirror-promql)