Skip to content

Commit

Permalink
phpcbf exit0 workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Jul 2, 2020
1 parent 7ba9ef7 commit 977e272
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 @@ -26,7 +26,7 @@
},
"scripts" :{
"pre-update-cmd": "BEAR\\Skeleton\\Composer::install",
"post-create-project-cmd": ["phpcbf -q", "composer dump-autoload --quiet"],
"post-create-project-cmd": ["./vendor/bin/phpcbf --quiet; if [ $? -eq 1 ]; then exit 0; fi", "composer dump-autoload --quiet"],
"post-install-cmd": ["@setup"],
"post-update-cmd": ["@setup"],
"setup": ["php bin/setup.php"],
Expand Down

0 comments on commit 977e272

Please # to comment.