From db5cd9d8d90e487e49dfc929315d6c74661c2ae3 Mon Sep 17 00:00:00 2001 From: Daniel Huf Date: Thu, 21 Dec 2017 15:30:52 +0100 Subject: [PATCH] [TASK] Test with post package scripts --- composer.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 02a5337..8673ef6 100644 --- a/composer.json +++ b/composer.json @@ -35,11 +35,17 @@ "test": [ "TYPO3_PATH_ROOT=web ./vendor/bin/phpunit" ], - "post-install-cmd": [ + "npmInstall": [ "npm install" ], - "post-update-cmd" : [ - "npm install" + "post-install-cmd": [ + "composer npmInstall" + ], + "post-package-install": [ + "composer npmInstall" + ], + "post-package-update" : [ + "composer npmInstall" ] }, "replace": {