From: Nicolas LÅ“uillet Date: Tue, 12 Dec 2017 07:55:18 +0000 (+0100) Subject: Replaced env by dev for make run X-Git-Tag: 2.3.1~19^2 X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=commitdiff_plain;h=60f53cf46f7b98ebb48bed822ba924812d87dd80 Replaced env by dev for make run The symfony server:run command can only be used in dev environment --- diff --git a/Makefile b/Makefile index 0686454f..0f4cbbe8 100755 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ dev: ## Install the latest dev version @sh scripts/dev.sh run: ## Run the wallabag built-in server - @php bin/console server:run --env=$(ENV) + @php bin/console server:run --env=dev build: ## Run webpack @npm run build:$(ENV)