-
Notifications
You must be signed in to change notification settings - Fork 374
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
build command throws ENOENT #1194
Comments
Hi @zanona, can you please follow the issue template? That would make it easier for us to reproduce locally. |
Sorry, not sure what happened, but when opening I didn't get the template, I opened by referencing a line of code directly. |
Hi @zanona, Bash has been used for many years to run Netlify Build commands. The reason it is currently used is to maintain backward compatibility with Build commands that use Bash-specific syntax. |
Is bash necessary for executing the build command?
Expected:
cli/tests/command.build.test.js
Line 34 in 21a0656
The text was updated successfully, but these errors were encountered: