decentfund / kyodo

2 stars 3 forks source link

Fix slow build time on circleci #253

Closed igorline closed 5 years ago

igorline commented 5 years ago

yarn install command currently takes so long time that circleci sometimes even dropout with timeout error

We have to check for an option to speed up that process, first thing to check colonyNetwork git cloning and try to cache it, another thing is to use workspaces instead of caches

https://hackernoon.com/circleci-performance-difference-between-cache-and-workspace-5567679c3601

igorline commented 5 years ago

Closed in https://github.com/decentfund/kyodo/pull/254