Skip to content

Commit

Permalink
chore: make ci push yarn.lock updates (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts authored Mar 17, 2022
1 parent 9dd10ed commit 3d5c440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/codegen/pushGeneratedCode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3d5c440

Please sign in to comment.