mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-30 01:00:09 +02:00
Added 'npm audit fix' to make update context
This commit is contained in:
2
Makefile
2
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 \
|
||||
|
Reference in New Issue
Block a user