Skip to content

Commit 99a206c

Browse files
chore(husky): don't run dtslint in pre-commit hook
1 parent 9ea4e32 commit 99a206c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
npm run lint:dts && npm run test:ci && npx lint-staged
4+
npm run test:ci && npx lint-staged

0 commit comments

Comments
 (0)