We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1353e80 commit 1bc3f25Copy full SHA for 1bc3f25
common/config/rush/command-line.json
@@ -51,6 +51,17 @@
51
"ignoreMissingScript": true,
52
53
"allowWarningsInSuccessfulBuild": false
54
+ },
55
+ {
56
+ "commandKind": "bulk",
57
+ "name": "build",
58
+ "summary": "Build all projects that haven't been built, or have changed since they were last built",
59
+ "description": "This command is similar to \"rush rebuild\", except that \"rush build\" performs...",
60
+ "safeForSimultaneousRushProcesses": false,
61
+ "enableParallelism": true,
62
+ "ignoreDependencyOrder": false,
63
+ "ignoreMissingScript": false,
64
+ "allowWarningsInSuccessfulBuild": true
65
}
66
//
67
// {
0 commit comments