X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=0f4cbbe80ebaf8df588c4144309c1f856fa7cae6;hb=60f53cf46f7b98ebb48bed822ba924812d87dd80;hp=0686454fc09c4c75ead74d09fe6a2124ddb8bb99;hpb=cabadf169bc28e6e1ff38b87e882bed19f649309;p=github%2Fwallabag%2Fwallabag.git diff --git a/Makefile b/Makefile index 0686454f..0f4cbbe8 100755 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ dev: ## Install the latest dev version @sh scripts/dev.sh run: ## Run the wallabag built-in server - @php bin/console server:run --env=$(ENV) + @php bin/console server:run --env=dev build: ## Run webpack @npm run build:$(ENV)