summaryrefslogtreecommitdiff
path: root/tools/run
diff options
context:
space:
mode:
authorKit La Touche <kit@transneptune.net>2024-11-15 10:14:41 -0500
committerKit La Touche <kit@transneptune.net>2024-11-15 10:14:41 -0500
commit1635a4db77898e9394adaa104b4c53b94c59e2da (patch)
tree041158bc15a1b83caaa245fbe60faf46e84a3070 /tools/run
parentfefe76b35b6329cbcc92755a65e47c7f62f64690 (diff)
parent2fb328089f01776e5bb553a1d50a061396588c8c (diff)
Merge branch 'main' into prop/shorter-expiry
Diffstat (limited to 'tools/run')
-rwxr-xr-xtools/run3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/run b/tools/run
index 562a94d..bbe0dbd 100755
--- a/tools/run
+++ b/tools/run
@@ -2,8 +2,7 @@
## tools/run [ARGS...]
-if [ -z ${HI_DEV+x} ]; then
- tools/build-ui
+if [ -z ${PILCROW_DEV+x} ]; then
cargo run -- "$@"
else
npm run dev & PIDS[0]=$!