This commit is contained in:
Mayel de Borniol 2024-04-16 11:18:28 +01:00
parent d3a1aeeeca
commit f5e7a64dbe
2 changed files with 2 additions and 2 deletions

View file

@ -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 ..

View file

@ -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,