We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
yarn.lock
1 parent 9dd10ed commit 3d5c440Copy full SHA for 3d5c440
scripts/ci/codegen/pushGeneratedCode.ts
@@ -3,7 +3,7 @@ import { run } from '../../common';
3
import { configureGitHubAuthor } from '../../release/common';
4
5
const PR_NUMBER = parseInt(process.env.PR_NUMBER || '0', 10);
6
-const FOLDERS_TO_CHECK = 'openapitools.json clients specs/bundled';
+const FOLDERS_TO_CHECK = 'yarn.lock openapitools.json clients specs/bundled';
7
8
/**
9
* Push generated code for the current `JOB` and `CLIENT` on a `generated/` branch.
0 commit comments