Fix UI build (#10842)

Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>
pull/10840/head
Julien Pivotto 4 years ago committed by GitHub
parent 4cb32a001e
commit b8724ca763
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      web/ui/build_ui.sh

@ -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)

Loading…
Cancel
Save