parent
73409592b7
commit
ae44908f33
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
node bin/pre-push-hook.js
|
||||
./bin/post-merge.sh
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
./bin/post-push.sh
|
Loading…
Reference in New Issue