mirror of
https://github.com/status-im/sourcecred.git
synced 2025-02-10 03:34:15 +00:00
Summary: - The value of `process.stdout.isTTY` is either `true` or `undefined`. Flow (reasonably) dislikes this, so we add an explicit check. - More `package.json` burnination. Test Plan: Note that `require("./package.json").proxy === undefined` in the Node console, and that `yarn start` works. wchargin-branch: flow--scripts-start