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