From 92f3b36b108c5c62a15418423389c956fa5b5e23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=A9=98?= Date: Mon, 25 May 2026 00:03:10 +0000 Subject: [PATCH] chore: add uwf script for local dev testing `bun run uwf -- ` runs the local version of uwf CLI, useful in worktrees to test local changes vs the global install. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index fd8e7ef..0be1bde 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "packages/*" ], "scripts": { + "uwf": "bun packages/cli-workflow/src/cli.ts", "build": "bunx tsc --build", "check": "bunx tsc --build && biome check . && bash scripts/lint-log-tags.sh", "typecheck": "bunx tsc --build",