Skip to content

Commit

Permalink
Enhancement: Add build target which runs fix and test targets to Make…
Browse files Browse the repository at this point in the history
…file
  • Loading branch information
localheinz authored and pimjansen committed Aug 25, 2019
1 parent 82bef77 commit ba35d4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ba35d4f

Please sign in to comment.