We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Npm run build runs prepare.sh script which cannot be executed on Windows without WSL or GitBash or other interpreter. And asks to install JQ as well.
Npm run build
prepare.sh
Would suggestion going with js scripts which would run on any machine.
Run npm run build on windows machine
npm run build
Windows
The text was updated successfully, but these errors were encountered:
Fixed via #1938
Sorry, something went wrong.
Lodin
No branches or pull requests
Describe the bug
Npm run build
runsprepare.sh
script which cannot be executed on Windows without WSL or GitBash or other interpreter.And asks to install JQ as well.
Would suggestion going with js scripts which would run on any machine.
Reproduction
Run
npm run build
on windows machineSystem Info
Windows
The text was updated successfully, but these errors were encountered: