From 599ec136941fb3dc06275955f003851506408121 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Fri, 10 Nov 2023 17:08:17 +0100 Subject: [PATCH] Remove inexistent `post-install-cmd` --- composer.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/composer.json b/composer.json index a89c98e..4096d05 100644 --- a/composer.json +++ b/composer.json @@ -46,9 +46,6 @@ } }, "scripts": { - "post-install-cmd": [ - "./utils/git-setup-pre-commit-hook" - ], "behat": "run-behat-tests", "behat-rerun": "rerun-behat-tests", "lint": "run-linter-tests",