mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-02-09 02:49:29 +08:00
chore: update template
This commit is contained in:
@@ -11,6 +11,12 @@ for folder in $GLOB; do
|
||||
cp -r ./apps/www/components/ui $folder/components
|
||||
cd $BASE
|
||||
|
||||
if [ -n "$(git status --porcelain)" ]; then
|
||||
git add .
|
||||
git commit -m "chore: update template"
|
||||
git push origin main
|
||||
fi
|
||||
|
||||
NAME=${folder##*/}
|
||||
CLONE_DIR="__${NAME}__clone__"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user