Skip to content

Commit 870db95

Browse files
committed
Remove a graduated experiment.
1 parent 53073d1 commit 870db95

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

common/config/rush/experiments.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Rush features. More documentation is available on the Rush website: https://rushjs.io
44
*/
55
{
6-
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/experiments.schema.json",
6+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/experiments.schema.json"
77

88
/**
99
* By default, 'rush install' passes --no-prefer-frozen-lockfile to 'pnpm install'.
@@ -49,12 +49,6 @@
4949
*/
5050
// "buildSkipWithAllowWarningsInSuccessfulBuild": true,
5151

52-
/**
53-
* If true, the phased commands feature is enabled. To use this feature, create a "phased" command
54-
* in common/config/rush/command-line.json.
55-
*/
56-
"phasedCommands": true
57-
5852
/**
5953
* If true, perform a clean install after when running `rush install` or `rush update` if the
6054
* `.npmrc` file has changed since the last install.

0 commit comments

Comments
 (0)