mirror of
https://github.com/saccas/mjml-typo3.git
synced 2024-11-14 17:56: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": [
|
||||
"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": {
|
||||
|
|
Loading…
Reference in a new issue