feat: add registries index (#8126)

* feat: add registries index

* ci: update workflow

* ci: update

* fix

* debug

* ci: debug

* debug

* fix: build

* refactor
This commit is contained in:
shadcn
2025-09-03 08:24:02 +04:00
committed by GitHub
parent 851c0fa0d1
commit 62c41c3271
5 changed files with 152 additions and 1 deletions

View File

@@ -47,7 +47,8 @@
"pub:beta": "cd packages/shadcn && pnpm pub:beta",
"pub:release": "cd packages/shadcn && pnpm pub:release",
"test:dev": "turbo run test --filter=!shadcn-ui --force",
"test": "start-server-and-test v4:dev http://localhost:4000 test:dev"
"test": "start-server-and-test v4:dev http://localhost:4000 test:dev",
"validate:registries": "pnpm --filter=v4 validate:registries"
},
"packageManager": "pnpm@9.0.6",
"dependencies": {