diff --git a/.husky/post-commit b/.husky/post-commit new file mode 100644 index 0000000..bce8d2a --- /dev/null +++ b/.husky/post-commit @@ -0,0 +1 @@ +🐉 Commit completed successfully. Keep it up the good work! diff --git a/.husky/pre-commit b/.husky/pre-commit index 8376466..2312dc5 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,2 +1 @@ npx lint-staged -npm test \ No newline at end of file diff --git a/.husky/pre-push b/.husky/pre-push new file mode 100644 index 0000000..72c4429 --- /dev/null +++ b/.husky/pre-push @@ -0,0 +1 @@ +npm test