Skip to content

Commit d261284

Browse files
SerosTavoNiievez
authored andcommitted
Skip generation of JWT keypair if it exists
1 parent cebb9f1 commit d261284

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
@@ -108,7 +108,7 @@
108108
"post-create-project-cmd": [
109109
"@php bin/console doctrine:schema:update --force",
110110
"@php bin/console doctrine:fixtures:load --quiet",
111-
"@php bin/console lexik:jwt:generate-keypair"
111+
"@php bin/console lexik:jwt:generate-keypair --skip-if-exists"
112112
]
113113
},
114114
"conflict": {

0 commit comments

Comments
 (0)