diff --git a/.husky/commit-msg b/.husky/commit-msg index 4974c35..8a6486d 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1,2 @@ -#!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" - npx commitlint --edit $1 diff --git a/.husky/pre-commit b/.husky/pre-commit index f3ca36a..d3b97f1 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,7 +1,2 @@ -# npm test - -#!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" - -yarn build -# npm run build +npm run build