From 7fa22332989dd89007e92028b24cf8bd6e5da502 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Sun, 1 Feb 2026 12:25:30 +0100 Subject: [PATCH] ci(renovate): fix postUpgradeTask command --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index ed1a0fa..fef71f6 100644 --- a/renovate.json +++ b/renovate.json @@ -5,7 +5,7 @@ "local>t.behrendt/renovate-configs:action" ], "postUpgradeTasks": { - "commands": ["npm run ci", "npm run build"], + "commands": ["npm ci", "npm run build"], "fileFilters": ["dist/**"], "executionMode": "update" },