Run npm-install and add npm install as a post update option
All checks were successful
Lint / pre-commit Linting (push) Successful in 1m33s

This commit is contained in:
2025-12-16 01:01:56 +01:00
parent a892e71b21
commit 6448de8b0a

View File

@@ -4,5 +4,15 @@
"local>server/Renovate-Template:renovate.json",
"config:recommended",
":automergeLinters"
],
"packageRules": [
{
"matchManagers": [
"npm"
],
"postUpdateOptions": [
"npmInstall"
]
}
]
}