We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d54c1e2 commit 13d0d31Copy full SHA for 13d0d31
.husky/pre-push
@@ -1,11 +1,11 @@
1
-npm run build
+# npm run build
2
3
-npm run test:coverage || {
4
- printf "\n\nERROR: Testing errors or coverage issues were found. Please address them before proceeding.\n\n\n\n"
5
- exit 1
6
-}
+# npm run test:coverage || {
+# printf "\n\nERROR: Testing errors or coverage issues were found. Please address them before proceeding.\n\n\n\n"
+# exit 1
+# }
7
8
-npm run test:check-coverage-thresholds || {
9
- printf "\n\nERROR: Coverage thresholds were not met. Please address them before proceeding.\n\n\n\n"
10
11
+# npm run test:check-coverage-thresholds || {
+# printf "\n\nERROR: Coverage thresholds were not met. Please address them before proceeding.\n\n\n\n"
0 commit comments