diff --git a/src/package-linker.js b/src/package-linker.js index 3c600b2f1c..0540579093 100644 --- a/src/package-linker.js +++ b/src/package-linker.js @@ -182,7 +182,7 @@ export default class PackageLinker { // after hoisting we end up with this structure // root/node_modules/workspace-package(symlink)/node_modules/package-a // fs.copy operations can't copy files through a symlink, so all the paths under workspace-package - // need to be replaced with a real path, except for the symlink root/node_modules/workspace-package + // need to be replaced with a real path, except for the symlink root/node_modules/workspace-package dest = dest.replace(symlink, realpath); } }