mirror of https://github.com/prometheus/prometheus
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…
Reference in New Issue