dev: execute clippy at the end of pre-commit so you don't miss the output

This commit is contained in:
naskya 2024-01-22 01:02:40 +09:00
parent 261b8e6218
commit d1adaa5023
Signed by: naskya
GPG key ID: 712D413B3A9FED5C

View file

@ -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