Skip to content
Snippets Groups Projects
Unverified Commit b921d86d authored by Diego Sampaio's avatar Diego Sampaio
Browse files

chore: skip hook if HUSKY env var is set to 0 (#29283)

parent 8f966889
No related branches found
No related tags found
No related merge requests found
[ "$HUSKY" = "0" ] && echo "skipping push hook" && exit 0
yarn lint && \ yarn lint && \
yarn testunit yarn testunit
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment