To handle the following:
The buildkite-docker plugin warns that multiline commands instead of a single command may cause issues.
Unfortunately this leads to a very long (568 character) command.
We can:
A. Break ESLint/Flow/Jest apart into their own separate workflows
B. Create some sort of command in package.json like flow-all that runs flow in all of the workspaces
