Make npm ci aware of workspaces
#393
Unanswered
aaronadamsCA
asked this question in
RRFC
Replies: 0 comments
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.
-
npm cishould be aware of workspaces. If I runnpm cifrom a workspace other than the root package, it should install from the lockfile in the root package instead of failing.Coming from Yarn v2, I can run
yarn install --immutableanywhere in a workspace tree; this capability makes both development and CI scripting easier.Beta Was this translation helpful? Give feedback.
All reactions