Created
May 18, 2022 15:26
-
-
Save robwierzbowski/2c08e50f876babb04e26f7a688424621 to your computer and use it in GitHub Desktop.
Convert Husky to Simple Git Hooks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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