mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-11 09:51:40 +00:00
fix
This commit is contained in:
@@ -30,8 +30,8 @@
|
||||
"lint:fix": "turbo run lint:fix",
|
||||
"preview": "turbo run preview",
|
||||
"typecheck": "turbo run typecheck",
|
||||
"format:write": "turbo run format:write",
|
||||
"format:check": "turbo run format:check",
|
||||
"format:write": "turbo run format:write --filter='!./packages/*'",
|
||||
"format:check": "turbo run format:check --filter='!./packages/*'",
|
||||
"sync:templates": "./scripts/sync-templates.sh \"templates/*\"",
|
||||
"check": "turbo lint typecheck format:check",
|
||||
"release": "changeset version",
|
||||
|
||||
Reference in New Issue
Block a user