Skip to content

Commit

Permalink
chore: update template
Browse files Browse the repository at this point in the history
  • Loading branch information
shadcn committed Apr 19, 2023
1 parent c37c087 commit a5b313a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/sync-templates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a5b313a

Please sign in to comment.