Add a npm rebuild option to the renovate.json (#47)
All checks were successful
Lint / pre-commit Linting (push) Successful in 1m19s
All checks were successful
Lint / pre-commit Linting (push) Successful in 1m19s
Reviewed-on: #47
This commit was merged in pull request #47.
This commit is contained in:
@@ -10,9 +10,14 @@
|
|||||||
"matchManagers": [
|
"matchManagers": [
|
||||||
"npm"
|
"npm"
|
||||||
],
|
],
|
||||||
"postUpdateOptions": [
|
"postUpgradeTasks": {
|
||||||
"npmInstall"
|
"commands": [
|
||||||
]
|
"npm ci --ignore-scripts"
|
||||||
|
],
|
||||||
|
"fileFilters": [
|
||||||
|
"node_modules/**/*"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user