mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-02-08 18:39:31 +08:00
chore: update template
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user