From 64729045971fc6a38874be893acb4d7e221e8aea Mon Sep 17 00:00:00 2001 From: yarik Date: Fri, 24 Mar 2017 16:00:21 +0200 Subject: [PATCH] Post-install cmd --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b78b01d..339f7e1 100644 --- a/composer.json +++ b/composer.json @@ -47,7 +47,8 @@ } }, "scripts": { - "post-install-cmd": "php init --env=Development --overwrite=All --dbinit --dbtype=postgresql --dbname=artbox_basic --username=postgres --password=postgres --migrationPath=artweb/artbox-core/migrations --migrate=yes --defaultuser --checkdb" + "post-install-cmd": "php init --env=Development --overwrite=All --dbinit --dbtype=postgresql --dbname=artbox_basic --username=postgres --password=postgres --migrationPath=artweb/artbox-core/migrations --migrate=yes --defaultuser --checkdb", + "post-create-project-cmd": "php init --env=Development --overwrite=All --dbinit --dbtype=postgresql --dbname=artbox_basic --username=postgres --password=postgres --migrationPath=artweb/artbox-core/migrations --migrate=yes --defaultuser --checkdb" }, "repositories": [ { -- libgit2 0.21.4