chore: add posttest build hooks and fix missing dependencies (#22865)

This commit is contained in:
N. Taylor Mullen
2026-03-17 15:23:00 -07:00
committed by GitHub
parent d4397dbfc5
commit fb9264bf80
3 changed files with 3 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
"format": "prettier --write .",
"test": "vitest run",
"test:ci": "vitest run",
"posttest": "npm run build",
"typecheck": "tsc --noEmit"
},
"files": [