Skip to content

Commit 9cf5b66

Browse files
authored
TEST: add the dslint script to pre-commit checks (#3668)
1 parent f7d01e2 commit 9cf5b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .husky/pre-commit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env sh
22
. "$(dirname -- "$0")/_/husky.sh"
33

4-
npm run lint
4+
npm run lint && npm run dtslint

0 commit comments

Comments
 (0)