mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
Fix UI build (#10843)
Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>
This commit is contained in:
parent
867d3bd78f
commit
f2ba2a0800
|
@ -15,6 +15,10 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
current=$(pwd)
|
current=$(pwd)
|
||||||
|
if ! [[ -w $HOME ]]
|
||||||
|
then
|
||||||
|
export npm_config_cache=$(mktemp -d)
|
||||||
|
fi
|
||||||
|
|
||||||
buildOrder=(module/lezer-promql module/codemirror-promql)
|
buildOrder=(module/lezer-promql module/codemirror-promql)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue