We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello!
According to this documentation https://bun.sh/docs/install/cache, Bun stores all downloaded packages from the registry in a global cache at ~/.bun/install/cache. I want to cache the downloaded packages (global cache) like https://github.com/actions/setup-node#caching-global-packages-data to speed up my workflows. Does Bun handle this by default? Or should I create/store the global cache using actions/cache?
~/.bun/install/cache
The text was updated successfully, but these errors were encountered:
I'm not sure but does this thread help? #14
Sorry, something went wrong.
This is duplicate of #14. If you want to cache dependencies, you can do it using actions/cache for now.
No branches or pull requests
Hello!
According to this documentation https://bun.sh/docs/install/cache, Bun stores all downloaded packages from the registry in a global cache at
~/.bun/install/cache
. I want to cache the downloaded packages (global cache) like https://github.com/actions/setup-node#caching-global-packages-data to speed up my workflows. Does Bun handle this by default? Or should I create/store the global cache using actions/cache?The text was updated successfully, but these errors were encountered: