aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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)