mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-05 20:36:13 +02:00
Fix UI build (#10842)
Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>
This commit is contained in:
parent
4cb32a001e
commit
b8724ca763
@ -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…
x
Reference in New Issue
Block a user