[TASK] Do npm install also on update

This commit is contained in:
Daniel Huf 2017-12-21 15:12:41 +01:00
parent 9e2313a240
commit 61fb7c0d65

View file

@ -37,6 +37,9 @@
],
"post-install-cmd": [
"npm install"
],
"post-update-cmd" : [
"npm install"
]
},
"replace": {