We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24d843 commit d56d876Copy full SHA for d56d876
apps/rush-lib/assets/rush-init/common/config/rush/experiments.json
@@ -12,5 +12,11 @@
12
* to temporarily restore the old behavior where everything must be rebuilt whenever pnpm-lock.json
13
* is modified.
14
*/
15
- /*[LINE "HYPOTHETICAL"]*/ "legacyIncrementalBuildDependencyDetection": true
+ /*[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
22
}
0 commit comments