Closed zamotany closed 7 years ago
Oh, I didn't know you also added it in your branch! I had set it up in master for version 2. I'll make a small PR to fix it
I've merged #25 but we should try to split yarn run flow && yarn run jest -- -i --coverage
into 2 tasks so that they doesn't appear in ingle foldable container in Circle. Also colors support would be nice.
Right now we have
.circle
folder which is used by version 2 andcircle.yml
for version 1. We should remove one of them. Also, don't we want to check types with flow on Circle??