Skip to content

Commit f98a5a4

Browse files
committed
fix: prepush
1 parent 4e7ab46 commit f98a5a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.husky/pre-push

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
git fetch origin && git merge origin/master

0 commit comments

Comments
 (0)