We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acdacfa commit 1aee7f7Copy full SHA for 1aee7f7
1 file changed
libraries/rush-lib/src/utilities/HotlinkManager.ts
@@ -322,6 +322,7 @@ export class HotlinkManager {
322
newConsumerPackageLinks.push({
323
linkedPackagePath,
324
linkedPackageName: packageName,
325
+ affectedPnpmVirtualStoreFolderNames: Array.from(sourcePathSet),
326
linkType: 'BridgePackage'
327
});
328
0 commit comments