fix: no strict deps

This commit is contained in:
2026-02-03 17:43:42 -08:00
parent bc88bbc5e3
commit cf98d329b0
+1 -1
View File
@@ -119,7 +119,7 @@ const runPnpmInstall = async(
/* v8 ignore stop -- @preserve */ /* v8 ignore stop -- @preserve */
/* eslint-enable capitalized-comments -- Re-enable rule */ /* eslint-enable capitalized-comments -- Re-enable rule */
try { try {
await execAsync(`${pnpmPath} install --no-frozen-lockfile`, { await execAsync(`${pnpmPath} install --no-frozen-lockfile --strict-peer-dependencies=false`, {
cwd: repoPath, cwd: repoPath,
env: pnpmEnvironment, env: pnpmEnvironment,
}); });