baklava icon indicating copy to clipboard operation
baklava copied to clipboard

Optimize Github Actions workflows

Open leventozen opened this issue 3 years ago • 1 comments

We are using npm ci to install all the dependencies. It uses only package lock file, so npm can skip the first steps (you can find more detailed information here). It does clean install, in other words deletes node_modules. However, we can cache ~/.npm to prevent redownloading all this stuff.

leventozen avatar Jun 05 '22 21:06 leventozen

@leventozen can we consider this done with #152 ?

muratcorlu avatar Jul 05 '22 22:07 muratcorlu