Add a npm rebuild option to the renovate.json #47
@@ -11,8 +11,16 @@
|
||||
"npm"
|
||||
],
|
||||
"postUpdateOptions": [
|
||||
"npmInstall"
|
||||
]
|
||||
"npm ci --ignore-scripts"
|
||||
],
|
||||
"postUpgradeTasks": {
|
||||
"commands": [
|
||||
"npm ci --ignore-scripts"
|
||||
],
|
||||
"fileFilters": [
|
||||
"node_modules/**/*"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user