nx 19.5.0-canary.20240717-039f91d → 19.5.1
Sign up to get free protection for your applications and to get access to all the features.
Binary file
|
@@ -135,7 +135,7 @@ function getPackageManagerCommand(packageManager = detectPackageManager(), root
|
|
135
135
|
process.env.npm_config_legacy_peer_deps ??= 'true';
|
136
136
|
return {
|
137
137
|
install: 'npm install',
|
138
|
-
ciInstall: 'npm ci',
|
138
|
+
ciInstall: 'npm ci --legacy-peer-deps',
|
139
139
|
updateLockFile: 'npm install --package-lock-only',
|
140
140
|
add: 'npm install',
|
141
141
|
addDev: 'npm install -D',
|