Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build is failing on latest release #463

Closed
mbencomo opened this issue Oct 8, 2021 · 1 comment
Closed

build is failing on latest release #463

mbencomo opened this issue Oct 8, 2021 · 1 comment
Labels
Type: Bug Something isn't working as documented

Comments

@mbencomo
Copy link

mbencomo commented Oct 8, 2021

What happened?

it appears that the latest patch has changed some type information which is causing build process to fail. Error seems to be similar to the ones in #172

$ tsc
Error: node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts(257,60): error TS2339: Property 'POST /repos/{owner}/{repo}/actions/runs/{run_id}/retry' does not exist on type 'Endpoints'.
Error: node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts(258,33): error TS2339: Property 'POST /repos/{owner}/{repo}/actions/runs/{run_id}/retry' does not exist on type 'Endpoints'.
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed.
Exit code: 2
@mbencomo mbencomo added the Type: Bug Something isn't working as documented label Oct 8, 2021
@mbencomo mbencomo changed the title *TypeScript compiler* build is failing build is failing on latest release Oct 8, 2021
@mbencomo mbencomo closed this as completed Oct 8, 2021
@mbencomo
Copy link
Author

mbencomo commented Oct 8, 2021

This issue seems to be related to a problem in the project I was working on, and does not seem to be an issue with the package itself.

Closing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working as documented
Projects
None yet
Development

No branches or pull requests

1 participant