X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Makefile;h=ffbe102a045c05f09ca3201322592e3ff153a111;hb=23246a5da6552598acb8f0216f9efeaa3444d3ad;hp=b33352616488d2c8a2c3a13d674f73714184eaf1;hpb=89cd670abfc77ca268a538c9323a4026fec06fc7;p=github%2Fwallabag%2Fwallabag.git diff --git a/Makefile b/Makefile index b3335261..ffbe102a 100755 --- a/Makefile +++ b/Makefile @@ -23,8 +23,8 @@ dev: ## Install the latest dev version run: ## Run the wallabag built-in server @php bin/console server:run --env=$(ENV) -build: ## Run grunt - @grunt +build: ## Run webpack + @npm run build:$(ENV) test: ## Launch wallabag testsuite @ant prepare && bin/simple-phpunit -v