diff --git a/.husky/pre-commit b/.husky/pre-commit index 2312dc5..0bd3cd0 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1 +1,2 @@ -npx lint-staged +#!/bin/sh +npx lint-staged \ No newline at end of file diff --git a/.husky/pre-push b/.husky/pre-push new file mode 100644 index 0000000..c8dab32 --- /dev/null +++ b/.husky/pre-push @@ -0,0 +1,2 @@ +#!/bin/sh +pnpm type-check \ No newline at end of file