File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 3
3
* Rush features. More documentation is available on the Rush website: https://rushjs.io
4
4
*/
5
5
{
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"
7
7
8
8
/**
9
9
* By default, 'rush install' passes --no-prefer-frozen-lockfile to 'pnpm install'.
49
49
*/
50
50
// "buildSkipWithAllowWarningsInSuccessfulBuild": true,
51
51
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
-
58
52
/**
59
53
* If true, perform a clean install after when running `rush install` or `rush update` if the
60
54
* `.npmrc` file has changed since the last install.
You can’t perform that action at this time.
0 commit comments