Skip to content
New issue

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

fix: always use build cache if not changed package-lock.json #9643

Closed

Conversation

takaokouji
Copy link

Resolves

always use build cache if not changed package-lock.json

Proposed Changes

Now, if do not change package-lock.json (like this PR), always use cache for 'build' directory in GitHub Actions.
Because the cache key is hash of package-lock.json.

So, this PR changes cache key for 'build' directory to github.sha.

Reason for Changes

above.

Copy link

🎉 This issue has been resolved in version 4.0.15 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant