feat(alpha): complete closed-alpha readiness stage
Some checks failed
CI / validate (push) Has been cancelled

Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
2026-09-03 20:40:40 +05:00
parent b5a9e2d61f
commit e67167648b
8 changed files with 384 additions and 40 deletions

View File

@@ -20,6 +20,7 @@
"build": "pnpm -r --if-present build",
"prepare:web": "pnpm --filter @dng/web exec nuxt prepare",
"test": "pnpm prepare:web && pnpm test:unit",
"alpha:verify": "pnpm test && pnpm typecheck && pnpm build",
"test:unit": "vitest run",
"test:watch": "vitest",
"typecheck": "pnpm -r --if-present typecheck",