Skip to content

Commit 2215bdf

Browse files
authored
build: 🔨 don't copy typos.toml to root of template (#340)
1 parent c1d0e30 commit 2215bdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ update-quarto-theme:
3636

3737
# Update files in the template from the Copier parent folder
3838
sync-template-files:
39-
cp CODE_OF_CONDUCT.md .config/typos.toml .editorconfig template/
39+
cp CODE_OF_CONDUCT.md .editorconfig template/
4040
cp .config/rumdl.toml .config/panache.toml template/.config/
4141
mkdir -p template/tools
4242
cp tools/get-contributors.sh template/tools/

0 commit comments

Comments
 (0)