From 7ab52ee9c4d90a3382972004544db7559f001b8f Mon Sep 17 00:00:00 2001 From: Mogyuchi Date: Wed, 3 Jul 2024 17:47:41 +0900 Subject: [PATCH] chore(renovate): fix postUpgradeTasks (#111) --- .renovaterc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.renovaterc.json b/.renovaterc.json index 4c1d43d..4122929 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -43,7 +43,7 @@ "postUpgradeTasks": { "commands": [ "pnpm install --frozen-lockfile --ignore-scripts", - "pnpm run build" + "pnpm run bundle" ], "executionMode": "branch" }