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

feat(package-lock): add @file-cache/package-lock #14

Merged
merged 11 commits into from
Jan 20, 2024
Merged

feat(package-lock): add @file-cache/package-lock #14

merged 11 commits into from
Jan 20, 2024

Conversation

azu
Copy link
Owner

@azu azu commented Jan 20, 2024

fix #13

Comment on lines 10 to 12
const lockFileName = LOCK_FILE_NAMES_ORDERED_BY_SEARCH.find((lockFileName) => {
return fs.existsSync(path.join(rootDir, lockFileName));
});
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We may need to explore the surrounding directories such as the parent directory.

@azu azu marked this pull request as ready for review January 20, 2024 07:39
@azu azu added the Type: Feature New Feature label Jan 20, 2024
@azu azu merged commit 67816a2 into main Jan 20, 2024
1 check passed
@azu azu deleted the lock-file branch January 20, 2024 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature New Feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create cache key for package-lock files
1 participant