From e7d4b6d7ddbcd0128e47476e6cd1d824a1929f3c Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Tue, 22 Oct 2024 21:12:32 -0400 Subject: Let `cargo` handle building the UI, where possible. This allows skipping the `target/ui` rebuild if the UI has not changed, which has otherwise been a bit of a source of drag on my development speed. --- tools/run | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/run') diff --git a/tools/run b/tools/run index 452355e..b063eb7 100755 --- a/tools/run +++ b/tools/run @@ -4,5 +4,4 @@ ## ## Run the server in development mode. Shorthand for `cargo run`. -tools/build-ui cargo run -- "$@" -- cgit v1.2.3