From d4c33af46be96ff1e87e006e7a7c4879d376b970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Vannicatte?= Date: Thu, 17 Mar 2022 13:21:07 +0100 Subject: [PATCH] chore: make ci push `yarn.lock` updates --- scripts/ci/codegen/pushGeneratedCode.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/codegen/pushGeneratedCode.ts b/scripts/ci/codegen/pushGeneratedCode.ts index d69a5ffc710..cf71b8a07aa 100644 --- a/scripts/ci/codegen/pushGeneratedCode.ts +++ b/scripts/ci/codegen/pushGeneratedCode.ts @@ -3,7 +3,7 @@ import { run } from '../../common'; import { configureGitHubAuthor } from '../../release/common'; const PR_NUMBER = parseInt(process.env.PR_NUMBER || '0', 10); -const FOLDERS_TO_CHECK = 'openapitools.json clients specs/bundled'; +const FOLDERS_TO_CHECK = 'yarn.lock openapitools.json clients specs/bundled'; /** * Push generated code for the current `JOB` and `CLIENT` on a `generated/` branch.