From cb01a929f8fabc32f83c985d024930adc6dc84aa Mon Sep 17 00:00:00 2001 From: Chris Wanstrath <2+defunkt@users.noreply.github.com> Date: Fri, 26 Sep 2025 12:18:33 -0700 Subject: [PATCH] ok --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 041ae0f..371cbef 100644 --- a/package.json +++ b/package.json @@ -6,9 +6,9 @@ "app" ], "scripts": { + "runner": "bun run --cwd ./app runner", "dev": "bun run --cwd ./app dev", "start": "bun run --cwd ./app start", - "build": "bun run --cwd ./app build", "push": "bun run --cwd ./app push", "remote:install": "bun run --cwd ./app remote:install", "remote:start": "bun run --cwd ./app remote:start",