chore: update renovate config for build artifacts
This commit is contained in:
@@ -12,10 +12,11 @@
|
|||||||
],
|
],
|
||||||
"postUpgradeTasks": {
|
"postUpgradeTasks": {
|
||||||
"commands": [
|
"commands": [
|
||||||
"npm ci --ignore-scripts"
|
"npm ci",
|
||||||
|
"npm run build"
|
||||||
],
|
],
|
||||||
"fileFilters": [
|
"fileFilters": [
|
||||||
"node_modules/**/*"
|
"dist/index.js"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user