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
yarn plug and play does not use the node_modules directory: therefore
#!/bin/bash ./node_modules/pre-commit/hook RESULT=$? [ $RESULT -ne 0 ] && exit 1 exit 0
is not working.
it outputs this .git/hooks/pre-commit: line 2: ./node_modules/pre-commit/hook: No such file or directory
.git/hooks/pre-commit: line 2: ./node_modules/pre-commit/hook: No such file or directory
The text was updated successfully, but these errors were encountered:
No branches or pull requests
yarn plug and play does not use the node_modules directory:
therefore
is not working.
it outputs this
.git/hooks/pre-commit: line 2: ./node_modules/pre-commit/hook: No such file or directory
The text was updated successfully, but these errors were encountered: