Merge pull request #3481 from wallabag/fix-make-run

Replaced env by dev for make run
This commit is contained in:
Nicolas Lœuillet 2017-12-12 09:50:33 +01:00 committed by GitHub
commit f209798368
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)