fix: Phase 0 verification — passWithNoTests, prettierignore (P0-009)

Add --passWithNoTests to all vitest test scripts so packages without
test files don't fail CI. Add .prettierignore for auto-generated files
(next-env.d.ts, dist, drizzle, .next). All quality gates now pass:
typecheck, lint, format:check, test, build (18/18 packages).

Closes #9

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-12 21:28:15 -05:00
parent 4cd5cbf893
commit 7d33b5ed7f
20 changed files with 27 additions and 21 deletions

View File

@@ -7,7 +7,7 @@
"dev": "next dev",
"lint": "eslint src",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test": "vitest run --passWithNoTests",
"start": "next start"
},
"dependencies": {