aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2017-12-12 08:55:18 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2017-12-12 08:55:18 +0100
commit60f53cf46f7b98ebb48bed822ba924812d87dd80 (patch)
tree62d423e9b6dcd577f49d0a167b16cb8b3165614f
parentcabadf169bc28e6e1ff38b87e882bed19f649309 (diff)
downloadwallabag-60f53cf46f7b98ebb48bed822ba924812d87dd80.tar.gz
wallabag-60f53cf46f7b98ebb48bed822ba924812d87dd80.tar.zst
wallabag-60f53cf46f7b98ebb48bed822ba924812d87dd80.zip
Replaced env by dev for make run
The symfony server:run command can only be used in dev environment
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0686454f..0f4cbbe8 100755
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ dev: ## Install the latest dev version
19 @sh scripts/dev.sh 19 @sh scripts/dev.sh
20 20
21run: ## Run the wallabag built-in server 21run: ## Run the wallabag built-in server
22 @php bin/console server:run --env=$(ENV) 22 @php bin/console server:run --env=dev
23 23
24build: ## Run webpack 24build: ## Run webpack
25 @npm run build:$(ENV) 25 @npm run build:$(ENV)