chore: update template

This commit is contained in:
shadcn
2023-01-29 21:32:02 +04:00
parent 401df0390e
commit 2420618bbd
6 changed files with 145 additions and 7 deletions

View File

@@ -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__"