From 89c674fd21615a1179e08494c79d5543b4eba5ae Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Tue, 23 Jun 2020 10:19:29 -0700 Subject: [PATCH] Added 'npm audit fix' to make update context --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 72242a8..a1fb98a 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ prod production: # Build application for production @npm install --no-save && npm run production && npm prune --production update upgrade: # Update application dependencies - @composer update && npm update && npm install + @composer update && npm update && npm install && npm audit fix test: # Run coding standards/static analysis checks and tests @app/vendor/bin/php-cs-fixer fix --diff --dry-run \