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
1 changed files with 3 additions and 0 deletions

View File

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