Skip to content

Commit

Permalink
chore: prevent "flow check" from crashing on circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbateman committed Mar 31, 2019
1 parent bac422f commit ce6c7f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ emoji=true

module.name_mapper='^linaria' -> '<PROJECT_ROOT>/src'

# flow crashes less on circleci with this
server.max_workers=1

[strict]

0 comments on commit ce6c7f7

Please sign in to comment.