diff --git a/Makefile b/Makefile index f306013..447d74b 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,11 @@ +build: + @composer install && npm install + +update upgrade: + @composer update && npm update + clear-cache: @rm app/cache/* -rfv + +test: + @php-cs-fixer fix --diff --dry-run && psalm --show-info=false && phpunit