Skip to content

Commit

Permalink
https://github.com/bonfire-networks/bonfire-app/issues/1051
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Oct 22, 2024
1 parent b2cb27a commit b6c592d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flavours/classic/config/deps.flavour.git
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ paginator = "https://github.com/bonfire-networks/paginator"
# surface_form = "https://github.com/surface-ui/surface_form#489e0cad5b5b910d82bb7705968e74b4671ab911"
# surface_catalogue = "https://github.com/surface-ui/surface_catalogue" # Testing a UI component library

paper_trail = "https://github.com/bonfire-networks/paper_trail#with-pointers"
# paper_trail = "https://github.com/bonfire-networks/paper_trail#with-pointers"

# source_inspector = "https://github.com/tmbb/source_inspector"

Expand Down
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -382,8 +382,8 @@ update-fork-path path cmd='pull' mindepth='0' maxdepth='1':
mkdir -p data/uploads
-cd priv/static/data && ln -s ../../../data/uploads

deps-clean dep:
just mix deps.clean $dep --build
deps-clean *args='':
just mix deps.clean --build $@

@deps-clean-data:
just mix bonfire.deps.clean.data
Expand Down

0 comments on commit b6c592d

Please sign in to comment.