Skip to content

Commit

Permalink
feat(rush-lib): add a placeholder to rushstack repo config
Browse files Browse the repository at this point in the history
  • Loading branch information
zecheng01 committed Mar 23, 2023
1 parent a73c29e commit 8550f2d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion common/config/rush/experiments.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,10 @@
* If true, perform a clean install after when running `rush install` or `rush update` if the
* `.npmrc` file has changed since the last install.
*/
// "cleanInstallAfterNpmrcChanges": true
// "cleanInstallAfterNpmrcChanges": true,

/**
* If true, print the outputs of shell commands defined in event hooks to the console.
*/
// "printEventHooksOutputToConsole": true
}

0 comments on commit 8550f2d

Please sign in to comment.