aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2017-12-12 09:50:33 +0100
committerGitHub <noreply@github.com>2017-12-12 09:50:33 +0100
commitf209798368de66b4acd8b892fe71018ebb30c2da (patch)
tree62d423e9b6dcd577f49d0a167b16cb8b3165614f
parentcabadf169bc28e6e1ff38b87e882bed19f649309 (diff)
parent60f53cf46f7b98ebb48bed822ba924812d87dd80 (diff)
downloadwallabag-f209798368de66b4acd8b892fe71018ebb30c2da.tar.gz
wallabag-f209798368de66b4acd8b892fe71018ebb30c2da.tar.zst
wallabag-f209798368de66b4acd8b892fe71018ebb30c2da.zip
Merge pull request #3481 from wallabag/fix-make-run
Replaced env by dev for make run
-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)