File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ install-precommit:
2020
2121# Update the Quarto seedcase-theme extension
2222update-quarto-theme :
23- quarto add seedcase-project/ seedcase-theme --no-prompt
23+ # Add theme if it doesn't exist, update if it does
24+ quarto update seedcase-project/ seedcase-theme --no-prompt
2425
2526# Update files in the template from the copier parent folder
2627update-template :
Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ install-precommit:
2828{% - if is_seedcase_project %}
2929# Update the Quarto seedcase-theme extension
3030update-quarto-theme:
31- quarto add seedcase-project/seedcase-theme --no-prompt
31+ # Will add if not already installed, otherwise updates.
32+ quarto update seedcase-project/seedcase-theme --no-prompt
3233{% - endif %}
3334
3435# Install Python package dependencies
You can’t perform that action at this time.
0 commit comments