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