diff --git a/Makefile b/Makefile index 8f65b9e..7ff8659 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,9 @@ install: validate: composer validate +refresh: + composer dump-autoload + lint: composer exec --verbose phpcs -- --standard=PSR12 src bin diff --git a/bin/brain-games b/bin/brain-games index 5550342..273f431 100755 --- a/bin/brain-games +++ b/bin/brain-games @@ -1,5 +1,6 @@ #!/usr/bin/env docker-compose run php