Skip to content

Commit 3c6194f

Browse files
committed
DEV-2028: Setup git hooks in init setup script.
1 parent 8696c06 commit 3c6194f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
"drunomics\\Composer\\PharInstaller::installPharTools"
5454
],
5555
"init-setup": [
56-
"@install-phar-tools"
56+
"@install-phar-tools",
57+
"[ -f ./devsetup/setup-git-config.sh ] && ./devsetup/setup-git-config.sh"
5758
],
5859
"post-root-package-install": [
5960
"rm README.md && mv README.md.dist README.md",

0 commit comments

Comments
 (0)