diff --git a/renovate.json b/renovate.json index ed1a0fa..fef71f6 100644 --- a/renovate.json +++ b/renovate.json @@ -5,7 +5,7 @@ "local>t.behrendt/renovate-configs:action" ], "postUpgradeTasks": { - "commands": ["npm run ci", "npm run build"], + "commands": ["npm ci", "npm run build"], "fileFilters": ["dist/**"], "executionMode": "update" },