Skip to content

Commit 5c85fb6

Browse files
author
Joeri van Oostveen
committed
Updated husky scripts
1 parent 63a1084 commit 5c85fb6

File tree

4 files changed

+0
-12
lines changed

4 files changed

+0
-12
lines changed

.husky/post-checkout

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npx --no-install ts-node --transpile-only src/index post-checkout --previous=$1 --new=$2 --branch=$3 || exit 0

.husky/post-merge

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npx --no-install ts-node --transpile-only src/index post-merge || exit 0

.husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npx --no-install ts-node --transpile-only src/index pre-commit --no-format

.husky/pre-push

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npx --no-install ts-node --transpile-only src/index pre-push

0 commit comments

Comments
 (0)