Skip to content

Commit ea8d7b5

Browse files
committed
Skip generation of JWT keypair if it exists
1 parent 60a72cd commit ea8d7b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Lastly, if you just want to see the module in action and run the tests yourself
3030

3131
php bin/console doctrine:fixtures:load --quiet
3232

33-
php bin/console lexik:jwt:generate-keypair
33+
php bin/console lexik:jwt:generate-keypair --skip-if-exists
3434
```
3535

3636
Then, go to the project directory and run:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"post-create-project-cmd": [
107107
"@php bin/console doctrine:schema:update --force",
108108
"@php bin/console doctrine:fixtures:load --quiet",
109-
"@php bin/console lexik:jwt:generate-keypair"
109+
"@php bin/console lexik:jwt:generate-keypair --skip-if-exists"
110110
]
111111
},
112112
"conflict": {

0 commit comments

Comments
 (0)