Skip to content

Commit

Permalink
Fix: Do not create directory that is not needed (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored Dec 20, 2020
1 parent 159cb8f commit 6b121c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ build: cs test static ## Runs test targets

.PHONY: cs
cs: vendor/autoload.php ## Fixes coding standard issues with php-cs-fixer
mkdir -p .build/
vendor/bin/php-cs-fixer fix --diff --diff-format=udiff --verbose

.PHONY: coverage
Expand Down

0 comments on commit 6b121c8

Please sign in to comment.