Skip to content

Commit

Permalink
Have make fix remove the lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
hgraca committed Oct 1, 2023
1 parent 7752021 commit 31e9081
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ dt: ##it launches tests using container
docker run --rm -it --entrypoint= -v $(PWD):/arkitect phparkitect make test

fix:
rm -f composer.lock
composer validate
composer install --prefer-dist
PHP_CS_FIXER_IGNORE_ENV=1 ./bin/php-cs-fixer fix -v
Expand Down

0 comments on commit 31e9081

Please sign in to comment.