mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-09-02 18:33:04 +02:00
Updated 'update' make context
This commit is contained in:
2
Makefile
2
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
|
||||
|
Reference in New Issue
Block a user