diff --git a/Makefile b/Makefile index e1d9f3a9..bcef8640 100755 --- a/Makefile +++ b/Makefile @@ -29,5 +29,7 @@ cs: ## Run PHP CodeSniffer to detect issues with coding style cs-fix: ## Run PHPCBF to automatically fix issues with coding style docker-compose run --rm --no-deps yin-php /var/www/vendor/bin/phpcbf --standard=/var/www/phpcs.xml -release: test phpstan cs ## Release a new version of the library +qa: test phpstan cs ## Test code quality + +release: qa ## Release a new version of the library ./vendor/bin/releaser release