From b48169398caff47bf33ceac9f4a116181e51e529 Mon Sep 17 00:00:00 2001 From: yarik Date: Fri, 24 Mar 2017 16:10:12 +0200 Subject: [PATCH] Post-install cmd --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 339f7e1..d35ded1 100644 --- a/composer.json +++ b/composer.json @@ -48,7 +48,9 @@ }, "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-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" + "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