diff --git a/scripts/prep-consumer.sh b/scripts/prep-consumer.sh index 07108930..6c0c1de1 100755 --- a/scripts/prep-consumer.sh +++ b/scripts/prep-consumer.sh @@ -183,7 +183,7 @@ const plan = JSON.parse(fs.readFileSync(planPath, 'utf8')); const tarballRefFor = (scopedName) => `file:/app/${targetBasename}/.docker-deps/${scopedName.replace('@bytelyst/', 'bytelyst-')}-${plan.versions[scopedName]}.tgz`; -for (const depField of ['dependencies', 'optionalDependencies', 'peerDependencies']) { +for (const depField of ['dependencies', 'optionalDependencies']) { for (const [depName, depVersion] of Object.entries(pkg[depField] ?? {})) { if (!depName.startsWith('@bytelyst/')) { continue;