Skip to content

Commit bc63673

Browse files
committed
Add post-create-project command
1 parent b5adb85 commit bc63673

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,13 @@
2727
}
2828
],
2929
"scripts": {
30+
"post-create-project-cmd": [
31+
"./vendor/bin/tempest install framework -f",
32+
"./tempest discovery:generate",
33+
"rm -r .github"
34+
],
3035
"post-package-update": [
31-
"php tempest discovery:generate"
36+
"./tempest discovery:generate"
3237
],
3338
"phpunit": "vendor/bin/phpunit --display-warnings --display-skipped --display-deprecations --display-errors --display-notices",
3439
"csfixer": "vendor/bin/php-cs-fixer fix --allow-risky=yes",

0 commit comments

Comments
 (0)