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:
William Chargin 2018-05-28 17:06:56 -07:00 committed by GitHub
parent 41ab7aa729
commit 13acbe1efd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ function makeTasks(mode /*: "BASIC" | "FULL" */) {
},
{
id: "flow",
cmd: ["npm", "run", "--silent", "flow"],
cmd: ["npm", "run", "--silent", "flow", "--", "--quiet"],
deps: [],
},
{