From 91bda18bb0f145948e191ffd35882d1c971e887e Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Fri, 7 Aug 2026 10:27:22 +0200 Subject: [PATCH] =?UTF-8?q?build:=20=F0=9F=94=A8=20don't=20copy=20`typos.t?= =?UTF-8?q?oml`=20to=20root=20of=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 6485387..8d8d00f 100644 --- a/justfile +++ b/justfile @@ -36,7 +36,7 @@ update-quarto-theme: # Update files in the template from the Copier parent folder sync-template-files: - cp CODE_OF_CONDUCT.md .config/typos.toml .editorconfig template/ + cp CODE_OF_CONDUCT.md .editorconfig template/ cp .config/rumdl.toml .config/panache.toml template/.config/ mkdir -p template/tools cp tools/get-contributors.sh template/tools/