ci(renovate): fix postUpgradeTask command (#53)

Reviewed-on: #53
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 #53.
This commit is contained in:
2026-02-01 12:25:47 +01:00
committed by t.behrendt
parent 963a767a85
commit f4e67395fe

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