summaryrefslogtreecommitdiff
path: root/git-hooks
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2024-10-05 18:17:25 -0400
committerOwen Jacobson <owen@grimoire.ca>2024-10-05 18:17:25 -0400
commit0c0cd1daa0c6640e81bb6282ae4a1c574cf135f4 (patch)
treed6b4195cc7be249fb55cb1160f01db0a6daa84f1 /git-hooks
parent54a542df2164e421e78b48d7229a6bfabbc5c26b (diff)
parent40cc35bcc9b881a61ca62c67e107bb17c2748f57 (diff)
Merge branch 'wip/ui'
Diffstat (limited to 'git-hooks')
-rwxr-xr-xgit-hooks/pre-commit2
1 files changed, 2 insertions, 0 deletions
diff --git a/git-hooks/pre-commit b/git-hooks/pre-commit
index cd2f9ee..cafdb8d 100755
--- a/git-hooks/pre-commit
+++ b/git-hooks/pre-commit
@@ -4,6 +4,8 @@
# run. It gets old fast. That's why this uses `cargo check` and not `cargo
# test`, for example.
+# Make sure the UI is up to date.
+tools/build-ui
# Make sure Cargo.lock is up to date with Cargo.toml.
cargo update --locked --workspace
# Make sure there are no screamers in the code.