Added some Makefile contexts

This commit is contained in:
Chris Kankiewicz
2019-12-30 23:30:27 -07:00
parent 2da38b019b
commit da565c997e

View File

@@ -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