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 SvelteCheck and ViteTest respect YARN_BINARY #3231

Merged
merged 1 commit into from
Jun 28, 2024

Conversation

antecrescent
Copy link
Contributor

@antecrescent antecrescent commented Jun 13, 2024

This is kind of a follow up to #3226. It allows me to run the tests fully offline in the Gentoo Linux package.
I removed the ./yarn{,.bat} files in the build system along with all references to them, since they seem to be no longer needed.

Checks pass locally on Linux and I hope that Windows CI passes, too, since I didn't set up a Windows VM to test this.

@dae
Copy link
Member

dae commented Jun 22, 2024

No objections to the other changes, but ./yarn(.bat) is useful for when the user does not have node installed globally. It allows running things like './yarn dev' without having to manually put out/extracted/node on the path first.

@antecrescent
Copy link
Contributor Author

Sorry for the inactivity, I now implemented your feedback!

@dae
Copy link
Member

dae commented Jun 28, 2024

Thanks!

@dae dae merged commit 60b2553 into ankitects:main Jun 28, 2024
1 check 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