This commit is contained in:
Mayel de Borniol 2024-04-16 14:45:02 +01:00
parent 7d35ede554
commit 0c7173665f
3 changed files with 4 additions and 4 deletions

View file

@ -644,8 +644,8 @@ _rel-compile-OTP USE_EXT="local" ARGS="":
_rel-compile-assets USE_EXT="local" ARGS="":
-rm -rf priv/static
yarn -v || npm install --global yarn
just js-deps-get
cd ./assets && yarn build && cd ..
just js-ext-deps
cd ./assets && yarn && yarn build && cd ..
just rel-mix {{ USE_EXT }} phx.digest {{ ARGS }}
_rel-release-OTP USE_EXT="local" ARGS="":

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.58",
version: "0.9.10-beta.59",
elixir: ">= #{System.get_env("ELIXIR_VERSION", "1.13.4")}",
flavour: @flavour,
default_flavour: @default_flavour,

View file

@ -60,7 +60,7 @@
"bonfire_social": {:git, "https://github.com/bonfire-networks/bonfire_social", "a4d05adf580475b050c4d53d19f8e0dee8c9b727", []},
"bonfire_social_graph": {:git, "https://github.com/bonfire-networks/bonfire_social_graph", "c906622476ee68ab2b6a3b891130e17213913136", []},
"bonfire_tag": {:git, "https://github.com/bonfire-networks/bonfire_tag", "21dfffe359bcfa59622be0f2d4504cf5e17604e6", []},
"bonfire_ui_common": {:git, "https://github.com/bonfire-networks/bonfire_ui_common", "c97aa6fa3b879a04246ec20c5ebeb326445ec7be", []},
"bonfire_ui_common": {:git, "https://github.com/bonfire-networks/bonfire_ui_common", "094a5ea1a0a4b9aa7a2fd2fd45f760c85f919175", []},
"bonfire_ui_coordination": {:git, "https://github.com/bonfire-networks/bonfire_ui_coordination", "24fb0d3d58aedfef1e3ae971fd549c2e9d056871", []},
"bonfire_ui_groups": {:git, "https://github.com/bonfire-networks/bonfire_ui_groups", "5b39878ded3bc5640378574483e72f61caebb99a", []},
"bonfire_ui_kanban": {:git, "https://github.com/bonfire-networks/bonfire_ui_kanban", "774f634577b1234695a617d1aed63ecc21cd8c42", []},