Closed michael-markl closed 5 years ago
There is the --skip parameter: https://github.com/flow-typed/flow-typed/wiki/CLI-Commands-and-Flags#flags-1
I think we should use this to avoid these bloated change sets.
@maxammann Thanks, I removed the stubs.
Is there a command to install flow types without stubs? If not I think it's easier to have them in the repo, so
flow-typed install
doesn't do anything if there are no new types. Also removing them seems like an exhaustive manual task which might also be error-prone and could lead to removing actual types 😅