diff options
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ dev: ## Install the latest dev version | |||
19 | @sh scripts/dev.sh | 19 | @sh scripts/dev.sh |
20 | 20 | ||
21 | run: ## Run the wallabag built-in server | 21 | run: ## Run the wallabag built-in server |
22 | @php bin/console server:run --env=$(ENV) | 22 | @php bin/console server:run --env=dev |
23 | 23 | ||
24 | build: ## Run webpack | 24 | build: ## Run webpack |
25 | @npm run build:$(ENV) | 25 | @npm run build:$(ENV) |