Skip to content

Commit 4007f92

Browse files
committed
chore(husky): update pre-push hook to run full tests instead of CI tests
1 parent fad82e4 commit 4007f92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.husky/pre-push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Husky pre-push hook: typecheck, run full tests, and build
44

55
npm run typecheck || exit 1
6-
#npm run test:ci || exit 1
6+
npm run test || exit 1
77
npm run build || exit 1

0 commit comments

Comments
 (0)