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 4302a09
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 [[ -z $HOME ]] || [[ "$HOME" == "/" ]]
then
export HOME=$(mktemp -d)
fi

buildOrder=(module/lezer-promql module/codemirror-promql)

Expand Down

0 comments on commit 4302a09

Please sign in to comment.