ci(renovate): fix install deps before building in postUpgradeTask #52

Merged
t.behrendt merged 1 commits from ci-renovate-fix-postupgradetask into main 2026-02-01 12:20:23 +01:00
Showing only changes of commit 1773d4832b - Show all commits

View File

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