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
-
npm ci
should be aware of workspaces. If I runnpm ci
from 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 --immutable
anywhere in a workspace tree; this capability makes both development and CI scripting easier.Beta Was this translation helpful? Give feedback.
All reactions