X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Makefile;h=ffbe102a045c05f09ca3201322592e3ff153a111;hb=5385fda8abe222effbe5a760902581dbf33165da;hp=b33352616488d2c8a2c3a13d674f73714184eaf1;hpb=882da5c5eb283cbc7a869182b26a69b8fbebda2b;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