From dabd96a2740367e792ba03b243abd46e1f81bbc6 Mon Sep 17 00:00:00 2001 From: Graham Hall Date: Wed, 5 Feb 2025 10:00:00 -0500 Subject: [PATCH] 2025-02-05 --- scripts/run-dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-dev.sh b/scripts/run-dev.sh index b9551d4..cdd8853 100755 --- a/scripts/run-dev.sh +++ b/scripts/run-dev.sh @@ -6,7 +6,7 @@ elif [ -f "yarn.lock" ]; then yarn dev elif [ -f "pnpm-lock.yaml" ]; then pnpm dev -elif [ -f "bun.lockb" ]; then +elif [ -f "bun.lockb" -o -f "bun.lock" ]; then bun run dev else echo "No lockfile :("