feat: add command to sync ui components

This commit is contained in:
shadcn
2023-01-29 21:29:34 +04:00
parent a0b1f89455
commit 401df0390e

View File

@@ -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##*/}