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

Make tsc invocation (during tests) work on windows as well #88

Merged
merged 2 commits into from
May 14, 2024

Conversation

svandriel
Copy link
Contributor

On Windows 11, running git bash and node v20.12.2, running npm test results in:

image

This PR fixes that by not assuming ./node_modules/.bin/tsc, but rather by invoking the tsc command plainly with the process environment variables, and letting exec() figure it out.

Copy link
Owner

@dderevjanik dderevjanik left a comment

Choose a reason for hiding this comment

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

Nice!

@dderevjanik dderevjanik merged commit a754aa8 into dderevjanik:master May 14, 2024
2 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.

3 participants