ci(renovate): fix install deps before building in postUpgradeTask
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user