Skip to content

Commit

Permalink
Add post-create-project command
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt committed Nov 25, 2024
1 parent b5adb85 commit bc63673
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,13 @@
}
],
"scripts": {
"post-create-project-cmd": [
"./vendor/bin/tempest install framework -f",
"./tempest discovery:generate",
"rm -r .github"
],
"post-package-update": [
"php tempest discovery:generate"
"./tempest discovery:generate"
],
"phpunit": "vendor/bin/phpunit --display-warnings --display-skipped --display-deprecations --display-errors --display-notices",
"csfixer": "vendor/bin/php-cs-fixer fix --allow-risky=yes",
Expand Down

0 comments on commit bc63673

Please sign in to comment.