From 7a26a75506de82ba1e2e0567f8f96fc2784874e9 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Fri, 8 Nov 2024 17:28:48 -0500 Subject: Rename the project to `pilcrow`. --- tools/run | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools/run') 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]=$! -- cgit v1.2.3