summaryrefslogtreecommitdiff
path: root/tools/run
diff options
context:
space:
mode:
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]=$!