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:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user