meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
1 changed files with
2 additions and
2 deletions
-
.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 |
|
|
|