feat(release): add phase10 tests, smoke load script, release checklist, and onboarding simulator flow

This commit is contained in:
2026-01-25 11:30:00 +00:00
parent 2580719e03
commit 3b61460d7e
6 changed files with 119 additions and 2 deletions

View File

@@ -39,6 +39,8 @@
"scripts": {
"start": "bun run index.ts",
"dev": "bun --watch index.ts",
"test": "bun test",
"load:smoke": "bun run scripts/load-smoke.ts",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:push": "drizzle-kit push",