[TASK] Roll back because script only in main composer

This commit is contained in:
Daniel Huf 2017-12-21 15:36:49 +01:00
parent db5cd9d8d9
commit 7e9b393d59

View file

@ -35,17 +35,8 @@
"test": [ "test": [
"TYPO3_PATH_ROOT=web ./vendor/bin/phpunit" "TYPO3_PATH_ROOT=web ./vendor/bin/phpunit"
], ],
"npmInstall": [
"npm install"
],
"post-install-cmd": [ "post-install-cmd": [
"composer npmInstall" "npm install"
],
"post-package-install": [
"composer npmInstall"
],
"post-package-update" : [
"composer npmInstall"
] ]
}, },
"replace": { "replace": {