From aeb87b19d8a110a49b93cd1b00412e4897687f12 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Sat, 11 Jan 2020 21:53:14 -0700 Subject: [PATCH] Updated 'update' make context --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index acbc982..4ec238c 100644 --- a/Makefile +++ b/Makefile @@ -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