Skip to content

Commit

Permalink
TML-9999 chore: upgrade husky
Browse files Browse the repository at this point in the history
  • Loading branch information
harrytran998 committed Jul 26, 2024
1 parent c0579d7 commit 0cc00a4
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

# regex to validate in commit msg
techmelyTicketReg='^(TML-[A-Z0-9]{2,4}|merge|hotfix|release)'
Expand Down
1 change: 0 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

echo "\nPre Commit\n"
1 change: 0 additions & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

echo "\nStart run units test\n"
1 change: 0 additions & 1 deletion .husky/prepare-commit-msg
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

textBase='\033[0m'
textInformation='\033[1;34m'
Expand Down
Binary file modified bun.lockb
Binary file not shown.

0 comments on commit 0cc00a4

Please sign in to comment.