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

Fix release script. #1602

Merged
merged 2 commits into from
Aug 30, 2024
Merged

Fix release script. #1602

merged 2 commits into from
Aug 30, 2024

Conversation

taeold
Copy link
Contributor

@taeold taeold commented Aug 30, 2024

Today, release script is broken with error message:

node_modules/google-gax/build/src/fallback.d.ts:20:34 - error TS2724: '"google-auth-library"' has no exported member named 'AnyAuthClient'. Did you mean 'AuthClient'?

20 import { GoogleAuth, AuthClient, AnyAuthClient } from 'google-auth-library';

It looks like the issue is related to some odd type incompatibility issue in an upstream package (google-gax). Rather than wait for the issue to be resolved, the change here removes command to install firebase-admin which isn't needed to build the release package anyway.

Today, release script is broken with error message:

```
node_modules/google-gax/build/src/fallback.d.ts:20:34 - error TS2724: '"google-auth-library"' has no exported member named 'AnyAuthClient'. Did you mean 'AuthClient'?

20 import { GoogleAuth, AuthClient, AnyAuthClient } from 'google-auth-library';
```

It looks like the issue is related to some odd type incompatibility issue in an upstream package (google-gax). Rather than wait for the issue to be resolved, the change here removes command to install firebase-admin which isn't needed to build the release package anyway.
@joehan joehan self-requested a review August 30, 2024 17:30
@taeold taeold added this pull request to the merge queue Aug 30, 2024
Merged via the queue into master with commit a13ca20 Aug 30, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants