mirror of
https://github.com/saccas/mjml-typo3.git
synced 2024-11-26 00:36:10 +01:00
[TASK] Test with post package scripts
This commit is contained in:
parent
61fb7c0d65
commit
db5cd9d8d9
1 changed files with 9 additions and 3 deletions
|
@ -35,11 +35,17 @@
|
||||||
"test": [
|
"test": [
|
||||||
"TYPO3_PATH_ROOT=web ./vendor/bin/phpunit"
|
"TYPO3_PATH_ROOT=web ./vendor/bin/phpunit"
|
||||||
],
|
],
|
||||||
"post-install-cmd": [
|
"npmInstall": [
|
||||||
"npm install"
|
"npm install"
|
||||||
],
|
],
|
||||||
"post-update-cmd" : [
|
"post-install-cmd": [
|
||||||
"npm install"
|
"composer npmInstall"
|
||||||
|
],
|
||||||
|
"post-package-install": [
|
||||||
|
"composer npmInstall"
|
||||||
|
],
|
||||||
|
"post-package-update" : [
|
||||||
|
"composer npmInstall"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"replace": {
|
"replace": {
|
||||||
|
|
Loading…
Reference in a new issue