Run script on install as well as update

This commit is contained in:
Will Rossiter 2014-11-18 19:01:44 +13:00
parent d2d04c0dde
commit 70fdc970da
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"
]
}
}