From 40cc35bcc9b881a61ca62c67e107bb17c2748f57 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Thu, 3 Oct 2024 21:23:03 -0400 Subject: Pre-commit needs the UI available, so make it available. --- git-hooks/pre-commit | 2 ++ 1 file changed, 2 insertions(+) (limited to 'git-hooks') 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. -- cgit v1.2.3