From bdd9bbbe04a41c78447f69c0788c54cdf7cafec0 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Tue, 18 Nov 2014 19:01:44 +1300 Subject: [PATCH] Run script on install as well as update --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 4413485..ed416cd 100644 --- a/composer.json +++ b/composer.json @@ -26,6 +26,9 @@ "scripts": { "post-update-cmd": [ "./bin/update.sh" + ], + "post-install-cmd": [ + "./bin/update.sh" ] } } \ No newline at end of file