From 5e18240e8fc7a23943fa36ae4e03218d4ae8a236 Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Sat, 27 Dec 2025 13:35:49 +0000 Subject: [PATCH] chore: update renovate config for build artifacts --- renovate.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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" ] } }