Skip to content

Commit dff8cab

Browse files
committed
DEV-2028: Skip script if not there.
1 parent 3c6194f commit dff8cab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
],
5555
"init-setup": [
5656
"@install-phar-tools",
57-
"[ -f ./devsetup/setup-git-config.sh ] && ./devsetup/setup-git-config.sh"
57+
"[ -f ./devsetup/setup-git-config.sh ] && ./devsetup/setup-git-config.sh || echo 'No git config setup script found, skipping.'"
5858
],
5959
"post-root-package-install": [
6060
"rm README.md && mv README.md.dist README.md",

0 commit comments

Comments
 (0)