ci(renovate): install deps before running tests
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
"postUpgradeTasks": {
|
||||
"commands": [
|
||||
"bun ./scripts/update-config.ts {{packageFile}} {{newVersion}}",
|
||||
"bun run test"
|
||||
"bun install && bun run test"
|
||||
],
|
||||
"fileFilters": [
|
||||
"**/*"
|
||||
|
||||
Reference in New Issue
Block a user