Replaced env by dev for make run

The symfony server:run command can only be used in dev environment
This commit is contained in:
Nicolas Lœuillet 2017-12-12 08:55:18 +01:00
parent cabadf169b
commit 60f53cf46f
No known key found for this signature in database
GPG key ID: 68C7E8049A047DF7

View file

@ -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)