-
Notifications
You must be signed in to change notification settings - Fork 1.4k
fix(cli): prevent early returning on init cmd #8164
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(cli): prevent early returning on init cmd #8164
Conversation
🦋 Changeset detectedLatest commit: 5843c5e The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
@ohsory1324 is attempting to deploy a commit to the The Guild Team on Vercel. A member of the Team first needs to authorize it. |
|
Hey @ohsory1324 thanks for this! can you run |
|
Thanks! |
b454bda to
42c2ad2
Compare
|
Oops looks like you forced push and the changeset is gone again 😂 |
Sorry about confusing PR 😂 |
All good m. Will wait for CI and cut a release. Thanks! |
Description
When I run
yarn graphql-codegen init, it just print some options and is ended immediately. So I addawaitoperator to prevent it from early returning.Related #8162
Type of change
Screenshots/Sandbox (if appropriate/relevant):
yarn graphql-codegen initHow Has This Been Tested?
I haven't tested this. But if it is needed tell me how I can test.
Checklist: