Skip to content

refactor(config): compute cache key without reading package.json#1893

Merged
ahnpnl merged 1 commit intokulshekhar:masterfrom
ahnpnl:cache-key
Aug 23, 2020
Merged

refactor(config): compute cache key without reading package.json#1893
ahnpnl merged 1 commit intokulshekhar:masterfrom
ahnpnl:cache-key

Conversation

@ahnpnl
Copy link
Copy Markdown
Collaborator

@ahnpnl ahnpnl commented Aug 22, 2020

Summary

It is not necessary to get all dependencies' versions in package.json for computing cache key. This PR is to remove the getting project's dependencies from computing cache key.

Closes #1892

Test plan

Green CI

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

N.A.

@ahnpnl ahnpnl requested a review from kulshekhar as a code owner August 22, 2020 22:00
@coveralls
Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 5684

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.2%) to 93.189%

Totals Coverage Status
Change from base Build 5683: 0.2%
Covered Lines: 1067
Relevant Lines: 1099

💛 - Coveralls

@ahnpnl ahnpnl merged commit 4875a58 into kulshekhar:master Aug 23, 2020
@ahnpnl ahnpnl deleted the cache-key branch August 23, 2020 07:51
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.

[MODULE_NOT_FOUND] Error: ts-jest tried to access …, but it isn't declared in its dependencies; this makes the require call ambiguous and unsound.

3 participants