mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-02-09 02:49:29 +08:00
ci: add code-check workflow (#71)
This commit is contained in:
@@ -17,7 +17,9 @@
|
||||
"dev": "turbo run dev --parallel",
|
||||
"lint": "turbo run lint",
|
||||
"preview": "turbo run preview",
|
||||
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
|
||||
"typecheck": "turbo run typecheck",
|
||||
"format:write": "turbo run format",
|
||||
"format:check": "turbo run format:check",
|
||||
"sync:templates": "./scripts/sync-templates.sh \"templates/*\"",
|
||||
"prepare": "husky install"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user