ci(renovate): fix postUpgradeTask command #53

Merged
t.behrendt merged 1 commits from ci-renovate-fix-postUpgradeTask-command into main 2026-02-01 12:25:47 +01:00

View File

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