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