From 963a767a85507ed8b93a3079f0f55aad5b926067 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Sun, 1 Feb 2026 12:20:22 +0100 Subject: [PATCH] ci(renovate): fix install deps before building in postUpgradeTask (#52) Reviewed-on: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/pulls/52 Co-authored-by: Timo Behrendt Co-committed-by: Timo Behrendt --- renovate.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index c049856..ed1a0fa 100644 --- a/renovate.json +++ b/renovate.json @@ -4,13 +4,11 @@ "local>t.behrendt/renovate-configs:common", "local>t.behrendt/renovate-configs:action" ], - "postUpgradeTasks": { - "commands": ["npm run build"], + "commands": ["npm run ci", "npm run build"], "fileFilters": ["dist/**"], "executionMode": "update" }, - "packageRules": [ { "matchUpdateTypes": ["patch", "minor"],