diff --git a/.justfile b/.justfile index 6ac8864..e6c0b71 100644 --- a/.justfile +++ b/.justfile @@ -36,7 +36,7 @@ alias fw := format-watch # Lint on changes [group('dev')] lint-watch: - bacon --job clippy-all + bacon --job clippy alias lw := lint-watch