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

Cache issues when using workspaces #425

Open
indigostar-kr opened this issue Dec 19, 2022 · 0 comments
Open

Cache issues when using workspaces #425

indigostar-kr opened this issue Dec 19, 2022 · 0 comments

Comments

@indigostar-kr
Copy link

When using yarn workspaces, node_modules are created within the workspace.

However, the current buildpack caches only node_modules in the root directory, so an error occurs when building using the cache.

Describe the Enhancement

node_modules inside the workspace should also be cacheable.

Possible Solution

To cache all the node_modules of the project, navigate through WalkDir, clone them into layers, and connect symlinks.

Motivation

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

No branches or pull requests

1 participant