diff --git a/justfile b/justfile index 50e9eb87cd..a062bc2ba5 100644 --- a/justfile +++ b/justfile @@ -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="": diff --git a/mix.exs b/mix.exs index cfa4bd5d46..9ba39ecbde 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.58", + version: "0.9.10-beta.59", elixir: ">= #{System.get_env("ELIXIR_VERSION", "1.13.4")}", flavour: @flavour, default_flavour: @default_flavour, diff --git a/mix.lock b/mix.lock index 63c12828b7..ad755cb959 100644 --- a/mix.lock +++ b/mix.lock @@ -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", []},