Skip to content

Commit a5b313a

Browse files
committed
chore: update template
1 parent c37c087 commit a5b313a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/sync-templates.sh

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ COMMIT_MESSAGE=$(git log -1 --pretty=%B)
88

99
for folder in $GLOB; do
1010
[ -d "$folder" ] || continue
11-
cp -r ./apps/www/components/ui $folder/components
1211
cd $BASE
1312

1413
if [ -n "$(git status --porcelain)" ]; then

0 commit comments

Comments
 (0)