Skip to content
Snippets Groups Projects
Commit 4b525f91 authored by Fabrice Gangler's avatar Fabrice Gangler :art:
Browse files

chore(make): allow to start symfony server and run "composer update" command

parent 452c1a74
No related branches found
No related tags found
No related merge requests found
Pipeline #90985 failed
......@@ -230,6 +230,13 @@ composer_install: ## ...
cd webapp/ && composer install
.PHONY: composer_install
composer_update:
cd webapp/ && composer update
symfony_server_start:
cd webapp/ && symfony server:start
# Checks for outdated packages
# ####################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment