diff --git a/Makefile b/Makefile index 63fb38fc..0a615153 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ build: build-image .PHONY: pre-commit -pre-commit: shellcheck rust-lint regenerate-entities update-index-js +pre-commit: shellcheck regenerate-entities update-index-js rust-lint .PHONY: debug