mirror of
https://example.com
synced 2024-11-22 09:56:39 +09:00
dev: execute clippy at the end of pre-commit so you don't miss the output
This commit is contained in:
parent
261b8e6218
commit
d1adaa5023
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue