From b6c592dfe8918908e3de52ae90bd6d850602a28d Mon Sep 17 00:00:00 2001 From: Mayel de Borniol Date: Tue, 22 Oct 2024 11:55:06 +0100 Subject: [PATCH] https://github.com/bonfire-networks/bonfire-app/issues/1051 --- flavours/classic/config/deps.flavour.git | 2 +- justfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flavours/classic/config/deps.flavour.git b/flavours/classic/config/deps.flavour.git index 0b0f1407a4..c738f6abb1 100644 --- a/flavours/classic/config/deps.flavour.git +++ b/flavours/classic/config/deps.flavour.git @@ -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" diff --git a/justfile b/justfile index 3925fe694d..6618fd934f 100644 --- a/justfile +++ b/justfile @@ -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