We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b569b6e commit 857f617Copy full SHA for 857f617
lib/tools/node-modules/node-modules-dest-copy.ts
@@ -30,6 +30,8 @@ export class TnsModulesCopy {
30
Future.wait(deleteFilesFutures);
31
32
shelljs.rm("-rf", path.join(tnsCoreModulesResourcePath, "node_modules"));
33
+ shelljs.cp("-Rf", path.join(tnsCoreModulesResourcePath, "*"), this.outputRoot);
34
+ shelljs.rm("-rf", tnsCoreModulesResourcePath);
35
}
36
37
0 commit comments