diff --git a/composer.json b/composer.json index be1648e..a51123a 100644 --- a/composer.json +++ b/composer.json @@ -10,5 +10,9 @@ "config": { "process-timeout": 600 }, + "scripts": { + "post-install-cmd": "php ./framework/cli-script.php dev/build", + "post-update-cmd": "php ./framework/cli-script.php dev/build" + }, "minimum-stability": "dev" }