mirror of
https://github.com/saccas/mjml-typo3.git
synced 2024-11-22 21:56:10 +01:00
[TASK] Roll back because script only in main composer
This commit is contained in:
parent
db5cd9d8d9
commit
7e9b393d59
1 changed files with 1 additions and 10 deletions
|
@ -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": {
|
||||||
|
|
Loading…
Reference in a new issue