Added 'npm audit fix' to make update context

This commit is contained in:
Chris Kankiewicz
2020-06-23 10:19:29 -07:00
parent 0ccb06640d
commit 89c674fd21

View File

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