mirror of
https://github.com/saccas/mjml-typo3.git
synced 2024-11-23 02:56:10 +01:00
[TASK] Do npm install also on update
This commit is contained in:
parent
9e2313a240
commit
61fb7c0d65
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,9 @@
|
||||||
],
|
],
|
||||||
"post-install-cmd": [
|
"post-install-cmd": [
|
||||||
"npm install"
|
"npm install"
|
||||||
|
],
|
||||||
|
"post-update-cmd" : [
|
||||||
|
"npm install"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"replace": {
|
"replace": {
|
||||||
|
|
Loading…
Reference in a new issue