From 8550f2d001f86abc559dcd8c0332c68de6249860 Mon Sep 17 00:00:00 2001 From: Ze Cheng Date: Thu, 23 Mar 2023 06:34:08 +0000 Subject: [PATCH] feat(rush-lib): add a placeholder to rushstack repo config --- common/config/rush/experiments.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/common/config/rush/experiments.json b/common/config/rush/experiments.json index 0182df63eb9..fef826208c3 100644 --- a/common/config/rush/experiments.json +++ b/common/config/rush/experiments.json @@ -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 }