Skip to content

Commit

Permalink
clone
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Feb 14, 2025
1 parent bbf9690 commit 0323d90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ setup-dev:
just deps-clean-api
just deps-clean-unused
WITH_GIT_DEPS=0 just mix deps.get
test -d extensions/ember || (mkdir -p extensions && git clone https://github.com/bonfire-networks/ember extensions/ember || echo "Could not clone the Ember extension")
test -d extensions/{{FLAVOUR}} || (mkdir -p extensions && git clone https://github.com/bonfire-networks/{{FLAVOUR}} extensions/{{FLAVOUR}} && echo ember = "extensions/{{FLAVOUR}}"
just config_make_symlinks {{FLAVOUR}}
just deps-fetch
just _flavour_install {{FLAVOUR}}
Expand Down

0 comments on commit 0323d90

Please sign in to comment.