diff --git a/justfile b/justfile index 5a555f6..cd5fcf2 100644 --- a/justfile +++ b/justfile @@ -53,6 +53,7 @@ lint: # remove artefacts from dist/ clean: rm dist/*.whl dist/*.tar.gz + # consider xargs, or something that won't explode on many files # pretend we are CI ci: lint