summaryrefslogtreecommitdiff
path: root/tools/run
diff options
context:
space:
mode:
authorKit La Touche <kit@transneptune.net>2024-11-11 14:45:39 -0500
committerKit La Touche <kit@transneptune.net>2024-11-11 14:45:39 -0500
commit02c1866661de98b325b3266015d024b1e4f6c3b6 (patch)
tree9def14624d0fab63cf4986f761326bb9fcda67d9 /tools/run
parente43cc0d606956c99ab109a63866f48a67aea6515 (diff)
parenta417c62edd4d3c07ba37b01835e89ed650489e09 (diff)
Merge branch 'main' into prop/message-delete
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]=$!