Trim Flow’s server startup build output (#311)
Test Plan: Run `yarn flow stop; yarn travis | cat` and note the absence of the really long line that has ~2500 bytes of “Server is initializing”. wchargin-branch: quiet-flow-server
This commit is contained in:
parent
41ab7aa729
commit
13acbe1efd
|
@ -41,7 +41,7 @@ function makeTasks(mode /*: "BASIC" | "FULL" */) {
|
|||
},
|
||||
{
|
||||
id: "flow",
|
||||
cmd: ["npm", "run", "--silent", "flow"],
|
||||
cmd: ["npm", "run", "--silent", "flow", "--", "--quiet"],
|
||||
deps: [],
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue