Skip to content

Commit 1bc3f25

Browse files
committed
Allow warnings in successful build
1 parent 1353e80 commit 1bc3f25

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

common/config/rush/command-line.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,17 @@
5151
"ignoreMissingScript": true,
5252

5353
"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
5465
}
5566
//
5667
// {

0 commit comments

Comments
 (0)