Skip to content

Commit

Permalink
Fix UI build
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>
  • Loading branch information
roidelapluie committed Jun 9, 2022
1 parent 4cb32a0 commit 3a5bca4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web/ui/build_ui.sh
Expand Up @@ -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)

Expand Down

0 comments on commit 3a5bca4

Please sign in to comment.