Commit 5c8894788e0f6ef73a478eddab36bf8158f63fe2
1 parent
b4816939
Post-install cmd
Showing
1 changed file
with
0 additions
and
6 deletions
Show diff stats
composer.json
... | ... | @@ -46,12 +46,6 @@ |
46 | 46 | "bower-asset-library": "vendor/bower" |
47 | 47 | } |
48 | 48 | }, |
49 | - "scripts": { | |
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": [ | |
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 | - ] | |
54 | - }, | |
55 | 49 | "repositories": [ |
56 | 50 | { |
57 | 51 | "type": "vcs", | ... | ... |