[TOOLS] Small fix to composer install hook
This commit is contained in:
parent
711af58dcd
commit
e3d8ea7912
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user