We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fad82e4 commit 4007f92Copy full SHA for 4007f92
1 file changed
.husky/pre-push
@@ -3,5 +3,5 @@
3
# Husky pre-push hook: typecheck, run full tests, and build
4
5
npm run typecheck || exit 1
6
-#npm run test:ci || exit 1
+npm run test || exit 1
7
npm run build || exit 1
0 commit comments