Run script on install as well as update

This commit is contained in:
Will Rossiter 2014-11-18 19:01:44 +13:00 committed by Cam Findlay
parent 4159169c38
commit bdd9bbbe04

View File

@ -26,6 +26,9 @@
"scripts": { "scripts": {
"post-update-cmd": [ "post-update-cmd": [
"./bin/update.sh" "./bin/update.sh"
],
"post-install-cmd": [
"./bin/update.sh"
] ]
} }
} }