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

npm run build, script executed using sh instead of bash #3

Open
Panciz opened this issue Sep 11, 2016 · 0 comments
Open

npm run build, script executed using sh instead of bash #3

Panciz opened this issue Sep 11, 2016 · 0 comments

Comments

@Panciz
Copy link

Panciz commented Sep 11, 2016

When I lunch npm run build I recieve error

sh: 3: ./scripts/build.sh: [[: not found
and the script do not stop even if

npm run lint
exit with errors.
I need to change line 16 of package.json in

"build": "./scripts/build.sh"
and adding execute permission the the script in order to run it correctly

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

No branches or pull requests

1 participant