build(copy-dist): copying build folder is not required anymore

TS and Webpack build into the dist folder directly now
pull/1225/head
Panagiotis Papadopoulos 2025-03-03 09:12:50 +07:00 committed by Panagiotis Papadopoulos
parent 5e289ea12d
commit e389592017
1 changed files with 0 additions and 3 deletions

@ -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",