]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - Makefile
Fix make build by replacing grunt with webpack
[github/wallabag/wallabag.git] / Makefile
index b33352616488d2c8a2c3a13d674f73714184eaf1..ffbe102a045c05f09ca3201322592e3ff153a111 100755 (executable)
--- 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