Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit fd5821f

Browse files
committed
fix(template-scripts): 🚑 try to fully automate project generation in testing
1 parent f7a3aac commit fd5821f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ echo " GENERATING PROJECT"
2525
echo "///////////////////////////////////////////"
2626
echo
2727

28-
copier copy --trust -r HEAD "${template}" "${DEST}" \
28+
copier copy --trust --defaults -r HEAD "${template}" "${DEST}" \
2929
-d project_name="copier-pdm-testing" \
3030
-d project_description='Testing this great template' \
3131
-d author_fullname="Tester" \

0 commit comments

Comments
 (0)