From f4e67395fed8653934bb4f5c2395636b7f4f414d Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Sun, 1 Feb 2026 12:25:47 +0100 Subject: [PATCH] ci(renovate): fix postUpgradeTask command (#53) Reviewed-on: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/pulls/53 Co-authored-by: Timo Behrendt Co-committed-by: Timo Behrendt --- 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" },