Browse Source

No more need to rm redux flow-typed definition

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

2
.circleci/config.yml

@ -20,7 +20,7 @@ jobs:
command: yarn flow-typed
- run:
name: Temporary remove broken flow definitions
command: rm flow-typed/npm/{react-i18next_v7.x.x.js,react-redux_v5.x.x.js,redux_v3.x.x.js,styled-components_v3.x.x.js}
command: rm flow-typed/npm/{react-i18next_v7.x.x.js,react-redux_v5.x.x.js,styled-components_v3.x.x.js}
- run:
name: Lint
command: yarn lint

Loading…
Cancel
Save