chore: add uwf script for local dev testing

`bun run uwf -- <args>` runs the local version of uwf CLI,
useful in worktrees to test local changes vs the global install.
This commit is contained in:
2026-05-25 00:03:10 +00:00
parent a4677f8adb
commit 92f3b36b10
+1
View File
@@ -5,6 +5,7 @@
"packages/*" "packages/*"
], ],
"scripts": { "scripts": {
"uwf": "bun packages/cli-workflow/src/cli.ts",
"build": "bunx tsc --build", "build": "bunx tsc --build",
"check": "bunx tsc --build && biome check . && bash scripts/lint-log-tags.sh", "check": "bunx tsc --build && biome check . && bash scripts/lint-log-tags.sh",
"typecheck": "bunx tsc --build", "typecheck": "bunx tsc --build",