Should i commit custom store? #4620
Unanswered
vincent-thomas
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
It is not a good idea because on a dev machine you have one store per disk, so all the projects use the same store and node_modules consume less disk space. This way, if you make the store part of your project, you don't get the benefits of less disk space usage. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey! I have this .npmrc:
Should i commit the folder
./cache/pnpm?It really speeds installing speeds up and i can really see the benefits in CI/CD.
Are there any best practises?
Beta Was this translation helpful? Give feedback.
All reactions