From e389592017b883beafb3bbdeb15ac86775c07fc6 Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Mon, 3 Mar 2025 09:12:50 +0100 Subject: [PATCH] build(copy-dist): copying build folder is not required anymore TS and Webpack build into the dist folder directly now --- bin/copy-dist.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/copy-dist.ts b/bin/copy-dist.ts index f752782c9..c8911022a 100644 --- a/bin/copy-dist.ts +++ b/bin/copy-dist.ts @@ -20,9 +20,6 @@ function copyNodeModuleFileOrFolder(source: string) { try { - log(`Copying build into dist folder.`); - fs.copySync("./build", DEST_DIR); - const assetsToCopy = new Set([ "./images", "./libraries",