mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-07 14:08:47 +00:00
feat(shadcn): add view command (#7994)
* feat(shadcn): add view command * test(shadcn): add tests for view command * feat(shadcn): allow shadow config in view command * chore: changeset * test(shadcn): skip view * test(shadcn): update view port number * feat(shadcn): add list command * fix * feat(shadcn): implement search command * fix: tests * fix * chore: update changesets
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
"lint": "turbo run lint",
|
||||
"lint:fix": "turbo run lint:fix",
|
||||
"preview": "turbo run preview",
|
||||
"typecheck": "turbo run typecheck",
|
||||
"typecheck": "turbo run typecheck --filter=!www",
|
||||
"format:write": "turbo run format:write",
|
||||
"format:check": "turbo run format:check",
|
||||
"sync:templates": "./scripts/sync-templates.sh \"templates/*\"",
|
||||
|
||||
Reference in New Issue
Block a user