diff --git a/scripts/sync-templates.sh b/scripts/sync-templates.sh index 8b625ef9e85..ff42f585fc6 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