Skip to content

Commit

Permalink
refactor: fix npx husky add command output
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jun 20, 2022
1 parent bb9efe5 commit 80b2aad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ done

# Setup husky
npx husky install
npx husky add .husky/commit-msg 'npx --no --commitlint --edit "\$\1"'
npx --package=husky -c="husky add .husky/commit-msg npx --no --commitlint --edit \"\$1\"'"

# Clean up / implode
rm README.md
mv README_TEMPLATE.md README.md
mv github .github
rm customize.sh
rm data.json
rm use-as-template.png

0 comments on commit 80b2aad

Please sign in to comment.