Open kamranayub opened 4 years ago
It feels like the CI steps should be able to share a yarn install step (in publish.yml at least) instead of re-running the same install step 3 times (1m30s each time basically). Also can we restore/cache yarn cache?
yarn install
publish.yml
It feels like the CI steps should be able to share a
yarn install
step (inpublish.yml
at least) instead of re-running the same install step 3 times (1m30s each time basically). Also can we restore/cache yarn cache?