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", },