Skip to content

Commit

Permalink
enable allowWarningsInSuccessfulBuild for test command
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoschenkel committed Mar 10, 2022
1 parent d964c1b commit 53e5a56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/config/rush/command-line.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@
"description": "This command will run `npm test` on all packages",
"safeForSimultaneousRushProcesses": false,
"enableParallelism": true,
"ignoreMissingScript": true
"ignoreMissingScript": true,
"allowWarningsInSuccessfulBuild": true
},
{
"name": "lint",
Expand Down

0 comments on commit 53e5a56

Please sign in to comment.