Skip to content

Commit 96b060f

Browse files
committed
feat(husky-formatting): Added printf to pre-push for better output
1 parent 6727ec7 commit 96b060f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.husky/pre-push

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
npm run build
22

33
npm run test:coverage || {
4-
echo "ERROR: Testing errors or coverage issues were found. Please address them before proceeding."
4+
printf "\n\nERROR: Testing errors or coverage issues were found. Please address them before proceeding.\n\n\n\n"
55
exit 1
6-
}
6+
}

0 commit comments

Comments
 (0)