ci(renovate): install deps before running tests

This commit is contained in:
Nicolas Meienberger 2025-04-26 15:42:06 +02:00
parent df26e4e6df
commit a27233f8af
3 changed files with 2 additions and 5 deletions

View file

@ -49,7 +49,7 @@
"postUpgradeTasks": {
"commands": [
"bun ./scripts/update-config.ts {{packageFile}} {{newVersion}}",
"bun run test"
"bun install && bun run test"
],
"fileFilters": [
"**/*"