chore: update template

This commit is contained in:
shadcn
2023-04-19 15:01:29 +04:00
parent c37c087c65
commit a5b313ab13

View File

@@ -8,7 +8,6 @@ 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
if [ -n "$(git status --porcelain)" ]; then