Skip to content

Commit

Permalink
Add post-create-project-cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Jan 16, 2018
1 parent b0901e5 commit c14556c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,12 @@
],
"post-update-cmd": [
"@auto-scripts"
],
"post-create-project-cmd": [
"bin/console doctrine:database:create",
"bin/console doctrine:schema:create",
"bin/console eccube:fixtures:load",
"@auto-scripts"
]
},
"conflict": {
Expand Down

0 comments on commit c14556c

Please sign in to comment.