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

gql.tada npm scripts open file dialog in windows #404

Closed
3 tasks done
onionhammer opened this issue Oct 2, 2024 · 1 comment
Closed
3 tasks done

gql.tada npm scripts open file dialog in windows #404

onionhammer opened this issue Oct 2, 2024 · 1 comment

Comments

@onionhammer
Copy link

Describe the bug

When creating a package.json script, like the following:

"scripts": {
    "generate-persisted": "gql.tada generate persisted --output persisted-documents.json -c ./tsconfig.app.json",
}

running npm run generate-persisted works on Mac, but on windows opens a file dialog (probably the ".tada" part of the script name?)

Reproduction

No response

gql.tada version

^1.8.9

Validations

  • I can confirm that this is a bug report, and not a feature request, RFC, question, or discussion, for which GitHub Discussions should be used
  • Read the docs.
  • Follow our Code of Conduct
@kitten
Copy link
Member

kitten commented Oct 2, 2024

On Windows, you'll have to use the command as "gql-tada" rather than "gql.tada". We'll have to update the docs accordingly at some point

@kitten kitten closed this as not planned Won't fix, can't repro, duplicate, stale Oct 2, 2024
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

No branches or pull requests

2 participants