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

Reviewed-on: #52
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #52.
This commit is contained in:
2026-02-01 12:20:22 +01:00
committed by t.behrendt
parent 69cf2d493b
commit 963a767a85

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