From 60a2b56636aee913faf47a02efd824ca4e162ac9 Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Sun, 23 Feb 2025 18:37:29 +0100 Subject: [PATCH] chore(copy-dist): removee unnecesary copy of tsconfig.webpack.json webpack bundling already ran before this script, so there is no need to copy this file over --- bin/copy-dist.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/copy-dist.ts b/bin/copy-dist.ts index 2a2b75d56..6dae9b3dc 100644 --- a/bin/copy-dist.ts +++ b/bin/copy-dist.ts @@ -31,7 +31,6 @@ const copy = async () => { const filesToCopy = [ "config-sample.ini", - "tsconfig.webpack.json", "./src/etapi/etapi.openapi.yaml", "./src/routes/api/openapi.json" ];