[TASK] Test with post package scripts

This commit is contained in:
Daniel Huf 2017-12-21 15:30:52 +01:00
parent 61fb7c0d65
commit db5cd9d8d9

View file

@ -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": {