summaryrefslogtreecommitdiff
path: root/tools/run
diff options
context:
space:
mode:
authorKit La Touche <kit@transneptune.net>2024-11-09 22:55:22 -0500
committerKit La Touche <kit@transneptune.net>2024-11-09 22:55:22 -0500
commit24eb775ba77f5a6a78a299d9fdffb34f8f167f8d (patch)
tree32ab5163d55688dd90dc796aa44d94fec0b35c81 /tools/run
parent91ce856f63bd1d7a188488476bdbec60b5bd58ff (diff)
parenta417c62edd4d3c07ba37b01835e89ed650489e09 (diff)
Merge branch 'main' into wip/touch-events
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 ac42e93..8c450cf 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 -- --host 192.168.68.57 & PIDS[0]=$!