Skip to content

Commit

Permalink
Fix: Command is not a prerequisite (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored Dec 21, 2020
1 parent bc491e7 commit cc4e86b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ baseline: vendor/autoload.php ## Generate baseline files
vendor/bin/psalm --update-baseline

.PHONY: clean
clean: rm -rf vendor composer.lock .build ## Cleans up build and vendor files
clean: ## Cleans up build and vendor files
rm -rf vendor composer.lock .build

vendor/autoload.php:
composer update --no-interaction
Expand Down

0 comments on commit cc4e86b

Please sign in to comment.