Skip to content

Commit 3d5c440

Browse files
authored
chore: make ci push yarn.lock updates (#265)
1 parent 9dd10ed commit 3d5c440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/codegen/pushGeneratedCode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { run } from '../../common';
33
import { configureGitHubAuthor } from '../../release/common';
44

55
const PR_NUMBER = parseInt(process.env.PR_NUMBER || '0', 10);
6-
const FOLDERS_TO_CHECK = 'openapitools.json clients specs/bundled';
6+
const FOLDERS_TO_CHECK = 'yarn.lock openapitools.json clients specs/bundled';
77

88
/**
99
* Push generated code for the current `JOB` and `CLIENT` on a `generated/` branch.

0 commit comments

Comments
 (0)