Update package.json
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user