test(docker): fix update fixture pnpm patch config

This commit is contained in:
Peter Steinberger
2026-04-27 01:25:00 +01:00
parent 7ca2f9fed5
commit 90b3cdb6a7

View File

@@ -43,7 +43,7 @@ mkdir -p "$git_root"
tar -xzf "$package_tgz" -C "$git_root" --strip-components=1
# The package-derived fixture can carry patchedDependencies whose targets are
# absent from the trimmed tarball install; that should not block update preflight.
printf "\nallow-unused-patches=true\n" >>"$git_root/.npmrc"
printf "\nallowUnusedPatches=true\n" >>"$git_root/.npmrc"
(
cd "$git_root"
npm install --omit=optional --no-fund --no-audit >/tmp/openclaw-git-install.log 2>&1