Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ install-precommit:

# Update the Quarto seedcase-theme extension
update-quarto-theme:
quarto add seedcase-project/seedcase-theme --no-prompt
# Add theme if it doesn't exist, update if it does
quarto update seedcase-project/seedcase-theme --no-prompt

# Update files in the template from the copier parent folder
update-template:
Expand Down
3 changes: 2 additions & 1 deletion template/justfile.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ install-precommit:
{%- if is_seedcase_project %}
# Update the Quarto seedcase-theme extension
update-quarto-theme:
quarto add seedcase-project/seedcase-theme --no-prompt
# Will add if not already installed, otherwise updates.
quarto update seedcase-project/seedcase-theme --no-prompt
{%- endif %}

# Install Python package dependencies
Expand Down
Loading