Skip to content

Commit 3b75588

Browse files
committed
👌 Make hatch run copy script interactive
Now that we have multiple options for one input (the documentation tool), it's useful to be able to test the interactive copying of the template, also for seeing the queries in action. Hence, we remove the `-f` option from the `hatch run copy` script.
1 parent 0b70e98 commit 3b75588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies = [
55
"mystmd"
66
]
77
scripts.copy = [
8-
"copier copy --vcs-ref=HEAD . {args:.tmp/py-package} -f",
8+
"copier copy --vcs-ref=HEAD . {args:.tmp/py-package}",
99
]
1010
scripts.install = [
1111
"copier copy --vcs-ref=HEAD . .tmp/py-package -f",

0 commit comments

Comments
 (0)