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 :("