From 3ceb28811256f28ffcd9c8c999200326af1fb0d2 Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Mon, 1 Sep 2025 17:43:43 +0200 Subject: [PATCH] build: :white_check_mark: recipe that manually tests template through the questions --- justfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/justfile b/justfile index 21005a9..f5dbea1 100644 --- a/justfile +++ b/justfile @@ -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