feat: add a test:apps script

This commit is contained in:
shadcn
2026-02-04 13:14:04 +04:00
parent a012542015
commit e0063070a6
69 changed files with 779 additions and 138 deletions

View File

@@ -19,6 +19,7 @@
"examples:build": "bun run ./scripts/build-examples.ts && prettier --log-level silent --write \"examples/**/*.{ts,tsx}\" --cache",
"registry:capture": "tsx --tsconfig ./tsconfig.scripts.json ./scripts/capture-registry.mts",
"validate:registries": "tsx --tsconfig ./tsconfig.scripts.json ./scripts/validate-registries.mts",
"test:apps": "bun run ./scripts/build-test-app.mts",
"postinstall": "fumadocs-mdx"
},
"dependencies": {