Skip to content

Conversation

modern-sapien
Copy link

  • Closes

User facing changelog

Additional details

How has the user experience changed?

PR Tasks

  • Have tests been added/updated?
  • Has the original issue (or this PR, if no issue exists) been tagged with a release in ZenHub? (user-facing changes only)
  • Has a PR for user-facing changes been opened in cypress-documentation?
  • Have API changes been updated in the type definitions?
  • Have new configuration options been added to the cypress.schema.json?

@cypress-bot
Copy link
Contributor

cypress-bot bot commented Dec 15, 2021

Thanks for taking the time to open a PR!

@CLAassistant
Copy link

CLAassistant commented Dec 15, 2021

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@jennifer-shehane jennifer-shehane changed the base branch from develop to 10.0-release December 15, 2021 20:23

export async function graphqlCodegenWatch () {
const spawned = spawn('graphql-codegen', ['--watch', '--config', 'graphql-codegen.yml'], {
const spawned = spawn('bash.exe', ['graphql-codegen','--watch', '--config', 'graphql-codegen.yml'], {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this working on macos?

const dfd = pDefer()
const spawned = spawn(
devServer
`bash.exe ${devServer
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is unnecessary, one can simply add the .cmd at the end to get the windows version

@elevatebart
Copy link
Contributor

elevatebart commented Dec 15, 2021

I believe this PR is accomplishing the same goal. #19401

@jennifer-shehane
Copy link
Member

@elevatebart Thanks bart. Just wanted to surface in case it was useful. Feel free to close.

@jennifer-shehane jennifer-shehane deleted the windows-build-fix branch August 28, 2025 13:23
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.

4 participants