We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 618a72f commit 5ff4fffCopy full SHA for 5ff4fff
1 file changed
src/commands/optimize.ts
@@ -727,12 +727,6 @@ async function addOverrides(
727
overrides[origPkgName] = newSpec
728
const addedOrUpdated = overrideExists ? 'updated' : 'added'
729
state[addedOrUpdated].add(regPkgName)
730
- if (workspaceName) {
731
- const addedOrUpdatedIn = overrideExists
732
- ? 'updatedInWorkspaces'
733
- : 'addedInWorkspaces'
734
- state[addedOrUpdatedIn].add(workspaceName)
735
- }
736
}
737
738
})
0 commit comments