Skip to content

Commit b6eb83e

Browse files
mdolhalonallikaea
authored andcommitted
fix: updated husky pre-commit hook
Signed-off-by: mdolhalo <[email protected]>
1 parent 7b1d90c commit b6eb83e

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
#!/usr/bin/env sh
22
. "$(dirname -- "$0")/_/husky.sh"
33

4-
cd tests/e2e && npm run lint && npm run prettier
4+
cd tests/e2e && npm run lint && npm run tsc && npm run prettier

0 commit comments

Comments
 (0)