Open KKimj opened 2 years ago
On a related note, firebase-tools
npm dependencies list is huge. It has more than a thousand dependencies. Is there a leaner version, for deployments only?
Does this GitHub action do more than what’s in this API guide? Seems straightforward: https://firebase.google.com/docs/hosting/api-deploy
My Action workflow time is dominated by the firebase-tools installation, making it 3 minutes instead of 30-60 seconds.
Is there a faster way?
Hello!
It takes about 90s to install dependencies something like
firebase-tools
.Note, this image.
Could you support caching some dependencies with actions/cache? ( https://github.com/actions/cache )
Thanks!