summaryrefslogtreecommitdiff
path: root/tools/run
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2024-10-22 21:12:32 -0400
committerOwen Jacobson <owen@grimoire.ca>2024-10-22 21:14:06 -0400
commite7d4b6d7ddbcd0128e47476e6cd1d824a1929f3c (patch)
treec8f134624171bdefa1010fe6a0cd374ea0901c2f /tools/run
parent6430854352745f45281021c305b4e350bc92d535 (diff)
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.
Diffstat (limited to 'tools/run')
-rwxr-xr-xtools/run1
1 files changed, 0 insertions, 1 deletions
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 -- "$@"