Run npm-install and add npm install as a post update option (#42)
All checks were successful
Lint / pre-commit Linting (push) Successful in 1m35s
All checks were successful
Lint / pre-commit Linting (push) Successful in 1m35s
Reviewed-on: #42
This commit was merged in pull request #42.
This commit is contained in:
@@ -4,5 +4,15 @@
|
||||
"local>server/Renovate-Template:renovate.json",
|
||||
"config:recommended",
|
||||
":automergeLinters"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchManagers": [
|
||||
"npm"
|
||||
],
|
||||
"postUpdateOptions": [
|
||||
"npmInstall"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user