From 37979346afbc2bf660334d0840c03fee230ee347 Mon Sep 17 00:00:00 2001 From: Adam Pippin Date: Sat, 13 Feb 2021 00:01:14 -0800 Subject: [PATCH] Move githooks copy to post-install -- post-autoload-dump causes issues with box running composer install from outside the project root --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b6194a2..ef7690e 100644 --- a/composer.json +++ b/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/" } }