Skip to content

Commit e2b78ca

Browse files
committed
Enable the omitImportersFromPreventManualShrinkwrapChanges option.
1 parent 9a73f51 commit e2b78ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/config/rush/experiments.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* Used to allow links between workspace projects or the addition/removal of references to existing dependency versions to not
2323
* cause hash changes.
2424
*/
25-
// "omitImportersFromPreventManualShrinkwrapChanges": true,
25+
"omitImportersFromPreventManualShrinkwrapChanges": true,
2626

2727
/**
2828
* If true, the chmod field in temporary project tar headers will not be normalized.

common/config/rush/repo-state.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
22
{
3-
"pnpmShrinkwrapHash": "257049fd804b9b063952b1a4074f99f47bf56c44",
3+
"pnpmShrinkwrapHash": "912e7353f005cb1fe5038454a4f7dea57571315b",
44
"preferredVersionsHash": "87aab8e8f0a6545cb9d0ea30194ba68279d285a8"
55
}

0 commit comments

Comments
 (0)