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

chore(make): fix typo

parent 556443ce
No related branches found
No related tags found
No related merge requests found
......@@ -239,10 +239,11 @@ composer_install: ## ...
composer_update:
cd webapp/ && composer update
.PHONY: composer_update
symfony_server_start:
cd webapp/ && symfony server:start
.PHONY: 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