mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
Run script on install as well as update
This commit is contained in:
parent
4159169c38
commit
bdd9bbbe04
@ -26,6 +26,9 @@
|
||||
"scripts": {
|
||||
"post-update-cmd": [
|
||||
"./bin/update.sh"
|
||||
],
|
||||
"post-install-cmd": [
|
||||
"./bin/update.sh"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user