diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-12-12 08:55:18 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-12-12 08:55:18 +0100 |
commit | 60f53cf46f7b98ebb48bed822ba924812d87dd80 (patch) | |
tree | 62d423e9b6dcd577f49d0a167b16cb8b3165614f /Makefile | |
parent | cabadf169bc28e6e1ff38b87e882bed19f649309 (diff) | |
download | wallabag-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
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) |