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