summaryrefslogtreecommitdiff
path: root/git-hooks
diff options
context:
space:
mode:
Diffstat (limited to 'git-hooks')
-rwxr-xr-xgit-hooks/pre-commit2
1 files changed, 0 insertions, 2 deletions
diff --git a/git-hooks/pre-commit b/git-hooks/pre-commit
index cafdb8d..cd2f9ee 100755
--- a/git-hooks/pre-commit
+++ b/git-hooks/pre-commit
@@ -4,8 +4,6 @@
# 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.