Skip to content

Commit 3a66191

Browse files
authored
Merge pull request #2351 from NativeScript/pete/treat-core-modules-normally
Treat tns-core-modules as a normal npm module
2 parents 5616423 + d31f20f commit 3a66191

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

-5
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ export class TnsModulesCopy {
3030
allFiles.filter(file => minimatch(file, matchPattern, { nocase: true })).map(file => this.$fs.deleteFile(file));
3131

3232
shelljs.rm("-rf", path.join(tnsCoreModulesResourcePath, "node_modules"));
33-
34-
// TODO: The following two lines are necessary to temporarily work around hardcoded
35-
// path dependencies in iOS livesync logic. Should be addressed ASAP
36-
shelljs.cp("-Rf", path.join(tnsCoreModulesResourcePath, "*"), this.outputRoot);
37-
shelljs.rm("-rf", tnsCoreModulesResourcePath);
3833
}
3934
}
4035
}

0 commit comments

Comments
 (0)