Skip to content

Commit 857f617

Browse files
committed
extract tns-core-modules on root level of tns_modules
1 parent b569b6e commit 857f617

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/tools/node-modules/node-modules-dest-copy.ts

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ export class TnsModulesCopy {
3030
Future.wait(deleteFilesFutures);
3131

3232
shelljs.rm("-rf", path.join(tnsCoreModulesResourcePath, "node_modules"));
33+
shelljs.cp("-Rf", path.join(tnsCoreModulesResourcePath, "*"), this.outputRoot);
34+
shelljs.rm("-rf", tnsCoreModulesResourcePath);
3335
}
3436
}
3537
}

0 commit comments

Comments
 (0)