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 e1a2593 commit b00198fCopy full SHA for b00198f
pre-commit.sh
@@ -44,9 +44,9 @@ echo "* ${BOLD}Testing and formatting:${NC}"
44
45
# If using mulitple commands, append && to all but the last so if any one fails
46
# it's accurately represented in the exit code.
47
-GLOBIGNORE='**/boilerplate/**:boilerplate/**' &&
48
- shellcheck --check-sourced ./*.sh &&
49
- prettier --write .
+prettier --write . &&
+ GLOBIGNORE='**/boilerplate/**:boilerplate/**' &&
+ shellcheck --check-sourced ./*.sh
50
51
# Capture exit code from tests
52
status=$?
0 commit comments