From e3d8ea7912c5a06e1b35e7c4b17ff5a3db5dce9c Mon Sep 17 00:00:00 2001 From: Hugo Sales Date: Fri, 5 Jun 2020 23:05:13 +0000 Subject: [PATCH] [TOOLS] Small fix to composer install hook --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b32b62720e..5ed3b5ecf4 100644 --- a/composer.json +++ b/composer.json @@ -75,7 +75,7 @@ }, "post-install-cmd": [ "@auto-scripts", - "cp bin/pre-commit .git/hooks" + "cp -n bin/pre-commit .git/hooks" ], "post-update-cmd": [ "@auto-scripts"