diff --git a/.husky/pre-commit b/.husky/pre-commit index 75fac8e18..1eda87251 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" -npm run lint +npm run lint && npm run dtslint