Skip to content

Commit d56d876

Browse files
committed
Update experimnets.json for rush init
1 parent e24d843 commit d56d876

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

apps/rush-lib/assets/rush-init/common/config/rush/experiments.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,11 @@
1212
* to temporarily restore the old behavior where everything must be rebuilt whenever pnpm-lock.json
1313
* is modified.
1414
*/
15-
/*[LINE "HYPOTHETICAL"]*/ "legacyIncrementalBuildDependencyDetection": true
15+
/*[LINE "HYPOTHETICAL"]*/ "legacyIncrementalBuildDependencyDetection": true,
16+
17+
/**
18+
* If true, the chmod field in temporary project tar headers will not be normalized.
19+
* This normalization can help ensure consistent tarball integrity across platforms.
20+
*/
21+
/*[LINE "HYPOTHETICAL"]*/ "noChmodFieldInTarHeaderNormalization": true
1622
}

0 commit comments

Comments
 (0)