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: read package manifest when verifyStoreIntegrity is false #5157

Merged
merged 5 commits into from Aug 4, 2022

Conversation

d3lm
Copy link
Contributor

@d3lm d3lm commented Aug 4, 2022

This PR fixes an issue where verifyStoreIntegrity is set to false. The problem was that checkFilesIntegrity is called with a deferred promise which is expected to be resolved, however, it was not. This PR makes sure that if integrity checks are disabled that it will still read the package manifest and resolve the promise properly.

@d3lm d3lm requested a review from zkochan as a code owner August 4, 2022 10:06
@zkochan
Copy link
Member

zkochan commented Aug 4, 2022

We need to cover it with a test

@d3lm
Copy link
Contributor Author

d3lm commented Aug 4, 2022

Yep, I ll add a test 👍

@zkochan
Copy link
Member

zkochan commented Aug 4, 2022

Please add changesets

@zkochan zkochan merged commit c191ca7 into main Aug 4, 2022
@zkochan zkochan deleted the fix/checkFilesIntegrity branch August 4, 2022 13:52
@welcome
Copy link

welcome bot commented Aug 4, 2022

Congrats on merging your first pull request! 🎉🎉🎉

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

Successfully merging this pull request may close these issues.

None yet

2 participants