1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-01-17 14:18:29 +01:00

Enhancement: Add build target which runs fix and test targets to Makefile

This commit is contained in:
Andreas Möller 2019-08-25 09:44:47 +02:00 committed by Pim Jansen
parent 82bef77336
commit ba35d4f883

View File

@ -1,4 +1,6 @@
.PHONY: fix sniff test
.PHONY: build fix sniff test
build: fix test
fix: vendor/autoload.php
vendor/bin/phpcbf --standard=PSR2 src