[TOOLS] Small fix to composer install hook

This commit is contained in:
Hugo Sales 2020-06-05 23:05:13 +00:00 committed by Hugo Sales
parent 3108d82a4d
commit d7218535dd

View File

@ -75,7 +75,7 @@
}, },
"post-install-cmd": [ "post-install-cmd": [
"@auto-scripts", "@auto-scripts",
"cp bin/pre-commit .git/hooks" "cp -n bin/pre-commit .git/hooks"
], ],
"post-update-cmd": [ "post-update-cmd": [
"@auto-scripts" "@auto-scripts"