Skip to content

Commit 9450d49

Browse files
authored
ci: DEV-2028: Setup git hooks in init setup script.
ci: DEV-2028: Setup git hooks in init setup script.
2 parents 8696c06 + dff8cab commit 9450d49

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 || echo 'No git config setup script found, skipping.'"
5758
],
5859
"post-root-package-install": [
5960
"rm README.md && mv README.md.dist README.md",

0 commit comments

Comments
 (0)