Skip to content

Instantly share code, notes, and snippets.

@robwierzbowski
Created May 18, 2022 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robwierzbowski/2c08e50f876babb04e26f7a688424621 to your computer and use it in GitHub Desktop.
Save robwierzbowski/2c08e50f876babb04e26f7a688424621 to your computer and use it in GitHub Desktop.
Convert Husky to Simple Git Hooks
rm -f .huskyrc.js
cat > .simple-git-hooks.js << EOF
const { simpleGitHooks } = require('@stitch-fix/kufak-fe-infra');
module.exports = simpleGitHooks;
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment