From 69cc2e7728053aa72b91571d4dbdc15e63f6281a Mon Sep 17 00:00:00 2001 From: Liam Hughes Date: Thu, 23 Apr 2026 16:19:09 +1000 Subject: [PATCH] Fix Renovate PR builds --- renovate-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate-config.js b/renovate-config.js index 04b418130..50649fd28 100644 --- a/renovate-config.js +++ b/renovate-config.js @@ -34,7 +34,7 @@ module.exports = { }, allowedPostUpgradeCommands: [".*"], postUpgradeTasks: { - commands: ["npm i -g pnpm@8.15.9 && pnpm install && pnpm build"], + commands: ["npm i -g pnpm@8.15.9", "pnpm install", "pnpm build"], fileFilters: ["**/index.js"], executionMode: "update", },