mirror of
https://example.com
synced 2024-11-22 12:46: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
b2e6b460b3
commit
f7d320e2f4
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