We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6727ec7 commit 96b060fCopy full SHA for 96b060f
1 file changed
.husky/pre-push
@@ -1,6 +1,6 @@
1
npm run build
2
3
npm run test:coverage || {
4
- echo "ERROR: Testing errors or coverage issues were found. Please address them before proceeding."
+ printf "\n\nERROR: Testing errors or coverage issues were found. Please address them before proceeding.\n\n\n\n"
5
exit 1
6
-}
+}
0 commit comments