Skip to content

Commit

Permalink
Add "--no-check-lock" to composer normalize command when fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos committed Feb 28, 2021
1 parent 3b32cc9 commit 6e71d17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-tools/composer.json
Expand Up @@ -30,8 +30,8 @@
"psalm --no-progress --shepherd"
],
"fix": [
"composer normalize ../composer.json",
"composer normalize",
"composer normalize --no-check-lock ../composer.json",
"composer normalize --no-check-lock",
"phpcbf || exit 0"
],
"infection": [
Expand Down

0 comments on commit 6e71d17

Please sign in to comment.