Browse Source

Move githooks copy to post-install -- post-autoload-dump causes issues with box running composer install from outside the project root

master
Adam Pippin 3 years ago
parent
commit
37979346af
  1. 2
      composer.json

2
composer.json

@ -44,6 +44,6 @@
"prefer-stable": true,
"bin": ["cfnpp"],
"scripts": {
"post-autoload-dump": "cp .githooks/* .git/hooks/"
"post-install-command": "cp .githooks/* .git/hooks/"
}
}

Loading…
Cancel
Save