Update package.json

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Alexa Amundson
2025-11-24 02:47:05 -06:00
committed by GitHub
parent 679b674e57
commit 1f819fc068

View File

@@ -14,7 +14,8 @@
"format": "prettier --write .", "format": "prettier --write .",
"format:check": "prettier --check .", "format:check": "prettier --check .",
"test": "vitest run", "test": "vitest run",
"build": "tsc --noEmit", "typecheck": "tsc --noEmit",
"build": "tsc",
"postbuild": "tsx scripts/postbuild.ts", "postbuild": "tsx scripts/postbuild.ts",
"br-orchestrate": "tsx src/cli.ts" "br-orchestrate": "tsx src/cli.ts"
}, },