Skip to content

Commit dc2db38

Browse files
committed
fix: generate key when creating the project
1 parent d83f9db commit dc2db38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"scripts": {
2323
"post-create-project-cmd": [
2424
"@php ./vendor/bin/tempest install framework -f",
25-
"@php ./tempest discovery:generate --no-interaction"
25+
"@php ./tempest discovery:generate --no-interaction",
26+
"@php ./tempest key:generate"
2627
],
2728
"post-autoload-dump": [
2829
"@php ./vendor/bin/tempest discovery:generate --no-interaction"

0 commit comments

Comments
 (0)