X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=GNUmakefile;h=15d737db5099c13e0095179177d8efaf7271e849;hb=b1574a39877d69cdf54111b0fb108039c21eae5f;hp=a04468cb1a6a9704440aadb7eb27fdaef0f22fee;hpb=fbdc665487bc5ea9fd46502be06a13ebc3e2fb4f;p=github%2Fwallabag%2Fwallabag.git diff --git a/GNUmakefile b/GNUmakefile index a04468cb..15d737db 100755 --- a/GNUmakefile +++ b/GNUmakefile @@ -16,13 +16,15 @@ install: ## Install wallabag with the latest version update: ## Update the wallabag installation to the latest version @./scripts/update.sh $(ENV) -dev: ## Install the latest dev version +dev: ENV=dev +dev: build ## Install the latest dev version @./scripts/dev.sh run: ## Run the wallabag built-in server @php bin/console server:run --env=dev build: ## Run webpack + @npm install @npm run build:$(ENV) prepare: clean ## Prepare database for testsuite