Browse Source

Remove broken flow-typed definition

relatable: https://github.com/flowtype/flow-typed/pull/1958

... 🙄
master
meriadec 7 years ago
parent
commit
d46912bf5f
No known key found for this signature in database GPG Key ID: 1D2FC2305E2CB399
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -16,8 +16,8 @@ jobs:
name: Flow typed
command: yarn flow-typed
- run:
name: Temporary remove flow definitions for react-redux
command: rm flow-typed/npm/react-redux_v5.x.x.js
name: Temporary remove broken flow definitions
command: rm flow-typed/npm/{react-redux_v5.x.x.js,redux_v3.x.x.js}
- run:
name: Lint
command: yarn lint

Loading…
Cancel
Save