We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f56b6 commit d5c6775Copy full SHA for d5c6775
template/justfile.jinja
@@ -28,7 +28,7 @@ install-precommit:
28
{%- if is_seedcase_project %}
29
# Update the Quarto seedcase-theme extension
30
update-quarto-theme:
31
- # Will add if not already installed, otherwise updates.
+ # # Add theme if it doesn't exist, update if it does
32
quarto update seedcase-project/seedcase-theme --no-prompt
33
{%- endif %}
34
0 commit comments