You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"By default, 'rush update' runs as a single operation. Set this option to true to instead update the lockfile with `--lockfile-only`, then perform a `--frozen-lockfile` install. "+
186
186
'Necessary when using the `afterAllResolved` hook in .pnpmfile.cjs.'
"If using the 'preventManualShrinkwrapChanges' option, only prevent manual changes to the total set of external dependencies referenced by the repository, not which projects reference which dependencies. "+
190
-
'This offers a balance between lockfile integrity and merge conflicts.'
189
+
"If using the 'preventManualShrinkwrapChanges' option, restricts the hash to only include the layout of "+
190
+
'external dependencies. Used to allow links between workspace projects or the addition/removal of '+
191
+
'references to existing dependency versions to not cause hash changes.'
'If true, the chmod field in temporary project tar headers will not be normalized. This normalization can help ensure consistent tarball integrity across platforms.'
'If true, when running in watch mode, Rush will check for phase scripts named `_phase:<name>:ipc` and run them instead of `_phase:<name>` if they exist. The created child process will be provided with an IPC channel and expected to persist across invocations.'
221
222
),
222
223
allowCobuildWithoutCache: booleanFlag(
223
-
'When using cobuilds, this experiment allows uncacheable operations to benefit from cobuild orchestration without using the build cache.'
224
+
'Allow cobuilds without using the build cache to store previous execution info. When setting up '+
225
+
'distributed builds, Rush will allow uncacheable projects to still leverage the cobuild feature. '+
226
+
"This is useful when you want to speed up operations that can't (or shouldn't) be cached."
224
227
),
225
228
rushAlerts: booleanFlag(
226
229
"(UNDER DEVELOPMENT) The Rush alerts feature provides a way to send announcements to engineers working in the monorepo, by printing directly in the user's shell window when they invoke Rush commands. This ensures that important notices will be seen by anyone doing active development, since people often ignore normal discussion group messages or don't know to subscribe."
0 commit comments