Skip to content

Commit acc74c9

Browse files
authored
Oops lol didn't mean to push that
1 parent 97f196f commit acc74c9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.husky/pre-commit

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
G='\033[0;32m'
2+
P='\033[0;35m'
3+
CLEAN='\033[0;0m'
4+
5+
yarn run check:mdx || (echo -e "${G}Hint:${CLEAN} execute ${P}yarn run format:mdx${CLEAN} to format files" && exit 1)

0 commit comments

Comments
 (0)