From a5b313ab13efeed665d4a2a4ec913c8d2b265b64 Mon Sep 17 00:00:00 2001 From: shadcn Date: Wed, 19 Apr 2023 15:01:29 +0400 Subject: [PATCH] chore: update template --- scripts/sync-templates.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/sync-templates.sh b/scripts/sync-templates.sh index 8b625ef9e8..ff42f585fc 100755 --- a/scripts/sync-templates.sh +++ b/scripts/sync-templates.sh @@ -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