generated from nhcarrigan/template
fix: no strict deps
This commit is contained in:
@@ -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,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user