Skip to content

Commit

Permalink
[Maintenance] Run Sylius Plus info command post-create-project
Browse files Browse the repository at this point in the history
  • Loading branch information
mpysiak committed May 22, 2024
1 parent a8fe04d commit 93bb2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"post-create-project-cmd": [
"@php -r \"file_put_contents('.gitignore', str_replace('/composer.lock' . PHP_EOL, '', file_get_contents('.gitignore')));\"",
"@php bin/console sylius:inform-about-gus --ansi",
"@php bin/console sylius:show-available-plugins --ansi"
"@php bin/console sylius:show-plus-info --ansi"
],
"auto-scripts": {
"cache:clear": "symfony-cmd",
Expand Down

0 comments on commit 93bb2dd

Please sign in to comment.