Skip to content

Commit

Permalink
chore: add documentation functions to makefile (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
veewee authored Oct 7, 2021
1 parent bc11888 commit cb5a172
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,10 @@ code-coverage: unit-tests
composer global require php-coveralls/php-coveralls
php-coveralls -x tests/logs/clover.xml -o tests/logs/coveralls-upload.json -v

check: coding-standard-check static-analysis security-analysis unit-tests ## run quick checks for local development iterations
docs-generate: ## regenerate docs
php docs/documenter.php

docs-check: ## checks if docs are up to date
php docs/documenter.php check

check: coding-standard-check static-analysis security-analysis unit-tests docs-check ## run quick checks for local development iterations

0 comments on commit cb5a172

Please sign in to comment.