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 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]=$!