diff --git a/bin/copy-dist.ts b/bin/copy-dist.ts index 2505c31c3..6d9fcf0e0 100644 --- a/bin/copy-dist.ts +++ b/bin/copy-dist.ts @@ -15,6 +15,7 @@ function log(...args: any[]) { try { const assetsToCopy = new Set([ + // copy node_module, to avoid downloading packages a 2nd time during pruning "./node_modules", "./images", "./libraries",