Skip to content

Commit

Permalink
justfile: Re-index repo after clean-local run
Browse files Browse the repository at this point in the history
Otherwise, the local repo index will contain now-deleted .stones

Signed-off-by: Rune Morling <[email protected]>
  • Loading branch information
ermo committed Nov 23, 2024
1 parent a2bb145 commit fce48ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ _clean-local:
fi
# clean the LOCAL_REPO dir of .stones and reindex it
clean-local: ls-local && ls-local
clean-local: ls-local && index-local
just _clean-local

# create LOCAL_REPO dir if it doesn't exist
Expand Down

0 comments on commit fce48ec

Please sign in to comment.