From: Nicolas LÅ“uillet Date: Tue, 12 Dec 2017 08:50:33 +0000 (+0100) Subject: Merge pull request #3481 from wallabag/fix-make-run X-Git-Tag: 2.3.1~19 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=f209798368de66b4acd8b892fe71018ebb30c2da;hp=cabadf169bc28e6e1ff38b87e882bed19f649309;p=github%2Fwallabag%2Fwallabag.git Merge pull request #3481 from wallabag/fix-make-run Replaced env by dev for make run --- 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)