Commit b48169398caff47bf33ceac9f4a116181e51e529
1 parent
64729045
Post-install cmd
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
composer.json
... | ... | @@ -48,7 +48,9 @@ |
48 | 48 | }, |
49 | 49 | "scripts": { |
50 | 50 | "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", |
51 | - "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" | |
51 | + "post-create-project-cmd": [ | |
52 | + "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" | |
53 | + ] | |
52 | 54 | }, |
53 | 55 | "repositories": [ |
54 | 56 | { | ... | ... |