first commit
This commit is contained in:
6
calcom/.husky/post-receive
Executable file
6
calcom/.husky/post-receive
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
echo "Updating submodules recursively"
|
||||
pwd
|
||||
git submodule update --init --recursive
|
||||
Reference in New Issue
Block a user