From a4ae0ba628b55b25b7e9427d9023b6677664924c Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 19 Mar 2025 19:23:43 +0200 Subject: [PATCH] chore(build): add turndown-plugin-gfm to copy-dist --- bin/copy-dist.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/copy-dist.ts b/bin/copy-dist.ts index b3f79ad56..94014c460 100644 --- a/bin/copy-dist.ts +++ b/bin/copy-dist.ts @@ -41,7 +41,8 @@ try { "./src/public/robots.txt", "./src/public/fonts", "./src/public/stylesheets", - "./src/public/translations" + "./src/public/translations", + "./packages/turndown-plugin-gfm/src" ]); for (const asset of assetsToCopy) {