Updated 'update' make context

This commit is contained in:
Chris Kankiewicz
2020-01-11 21:53:14 -07:00
parent 689e3de18b
commit aeb87b19d8

View File

@@ -7,7 +7,7 @@ compile: # Compile application (CSS and JavaScript) assets
@npm run dev
update upgrade: # Update application dependencies
@composer update && npm update
@composer update && npm update && npm install
test: #: Run coding standards/static analysis checks and tests
@php-cs-fixer fix --diff --dry-run && psalm --show-info=false && phpunit