diff --git a/justfile b/justfile index 3993a04162..59ee308025 100644 --- a/justfile +++ b/justfile @@ -632,7 +632,7 @@ rel-build-OTP USE_EXT="local" ARGS="": WITH_DOCKER=no just _rel-build-OTP {{ USE_EXT }} {{ ARGS }} _rel-build-OTP USE_EXT="local" ARGS="": _rel-init _rel-prepare - just rel-mix {{ USE_EXT }} compile --return-errors {{ ARGS }} + just rel-mix {{ USE_EXT }} "compile --return-errors {{ ARGS }}" yarn -v || npm install --global yarn -rm -rf priv/static cd ./assets && yarn && yarn build && cd .. diff --git a/mix.exs b/mix.exs index 35d6177c75..12453eefa1 100755 --- a/mix.exs +++ b/mix.exs @@ -157,7 +157,7 @@ defmodule Bonfire.Umbrella.MixProject do # TODO: put these in ENV or an external writeable config file similar to deps.* @config [ # note that the flavour will automatically be added where the dash appears - version: "0.9.10-beta.50", + version: "0.9.10-beta.51", elixir: ">= #{System.get_env("ELIXIR_VERSION", "1.13.4")}", flavour: @flavour, default_flavour: @default_flavour,