1
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
2026-04-11 15:43:32 +08:00
parent f19e482c8f
commit 0981d6ee1b
78 changed files with 1102 additions and 8510 deletions

View File

@@ -36,8 +36,7 @@
"check:data": "node scripts/run-tsx.cjs scripts/validate-content.ts",
"check:overrides": "node scripts/run-tsx.cjs scripts/validate-overrides.ts",
"check:smoke": "node scripts/run-tsx.cjs scripts/smoke-content.ts",
"check:content": "npm run check:data && npm run check:overrides && npm run check:smoke",
"report:story-audit": "node scripts/run-tsx.cjs scripts/export-story-audit-report.ts"
"check:content": "npm run check:data && npm run check:overrides && npm run check:smoke"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.14",