mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-02-09 02:49:29 +08:00
feat: add command to sync ui components
This commit is contained in:
@@ -8,6 +8,7 @@ COMMIT_MESSAGE=$(git log -1 --pretty=%B)
|
||||
|
||||
for folder in $GLOB; do
|
||||
[ -d "$folder" ] || continue
|
||||
cp -r ./apps/www/components/ui $folder/components
|
||||
cd $BASE
|
||||
|
||||
NAME=${folder##*/}
|
||||
|
||||
Reference in New Issue
Block a user