Skip to content
Merged
Changes from all commits
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
5 changes: 5 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ check-spelling:
test is_seedcase_project="true" hosting_provider="netlify":
sh ./test-template.sh {{ is_seedcase_project }} {{ hosting_provider }}

# Test template with the manual questionnaire answers
test-manual:
mkdir -p _temp/manual-test/
uvx copier copy --trust -r HEAD . _temp/manual-test

# Clean up any leftover and temporary build files
cleanup:
rm -rf _temp
Expand Down
Loading