diff --git a/renovate.json b/renovate.json index a73e067..e5f4f9a 100644 --- a/renovate.json +++ b/renovate.json @@ -12,10 +12,11 @@ ], "postUpgradeTasks": { "commands": [ - "npm ci --ignore-scripts" + "npm ci", + "npm run build" ], "fileFilters": [ - "node_modules/**/*" + "dist/index.js" ] } }