Conversation
jamesgorrie
left a comment
There was a problem hiding this comment.
Given we don't use yarn install --production anywhere, as I can see, we weren't getting any benefit anywho.
|
Size Change: 0 B Total Size: 1.3 MB ℹ️ View Unchanged
|
if we should be doing that, we're not going to get all and only prod deps right now anyway. might as well make that explicit (and then fix it that's wrong) |
|
Just adding to:
So if I can see that it is not set for the imo separating deps is worth it to:
|
This happened previously in #4001 but the change was subsequently lost. A couple of dependencies have been added in the meantime which is why there are a couple of straggling lines (@types/twitter-for-web for example).
Since #4001 we collapsed dependencies. This helps us rely on our friendly robots to ensure we don’t start populating this field by mistake in package.json.
What does this change?
collapses each project's npm dependencies into the
dependenciesfieldWhy?
dependenciesanddevDependenciesof each package, it confuses usPrep work for #3998