Add registry export validation script

This commit is contained in:
2026-01-18 18:45:39 +00:00
parent b34e45067d
commit 73959e3d48
2 changed files with 236 additions and 1 deletions

View File

@@ -25,7 +25,7 @@
"schemas:validate": "tsx scripts/validate-json-schemas.ts",
"components:list": "node scripts/list-json-components.cjs",
"components:scan": "node scripts/scan-and-update-registry.cjs",
"components:validate": "node scripts/validate-supported-components.cjs"
"components:validate": "node scripts/validate-supported-components.cjs && tsx scripts/validate-json-registry.ts"
},
"dependencies": {
"@heroicons/react": "^2.2.0",