mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-11 16:44:50 +02:00
Updated Makefile
This commit is contained in:
4
Makefile
4
Makefile
@@ -34,10 +34,10 @@ coverage: # Generate an HTML coverage report
|
||||
@docker-compose run --rm -e XDEBUG_MODE=coverage app app/vendor/bin/phpunit --coverage-html .coverage
|
||||
|
||||
clear-assets: # Clear the compiled assets
|
||||
@rm app/assets/* -rfv
|
||||
@rm --recursive --force --verbose app/assets/*
|
||||
|
||||
clear-cache: # Clear the application cache
|
||||
@rm app/cache/* -rfv
|
||||
@rm --recursive --force --verbose app/cache/*
|
||||
|
||||
tar: # Generate tarball
|
||||
@tar --exclude-vcs --exclude=app/cache/* --exclude=app/resources \
|
||||
|
Reference in New Issue
Block a user