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
When I lunch npm run build I recieve error
npm run build
sh: 3: ./scripts/build.sh: [[: not found and the script do not stop even if
sh: 3: ./scripts/build.sh: [[: not found
npm run lint exit with errors. I need to change line 16 of package.json in
npm run lint
package.json
"build": "./scripts/build.sh" and adding execute permission the the script in order to run it correctly
"build": "./scripts/build.sh"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I lunch
npm run build
I recieve errorsh: 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
The text was updated successfully, but these errors were encountered: