]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #3312 from Quent-in/2.3
authorJérémy Benoist <j0k3r@users.noreply.github.com>
Sun, 6 Aug 2017 13:39:04 +0000 (15:39 +0200)
committerGitHub <noreply@github.com>
Sun, 6 Aug 2017 13:39:04 +0000 (15:39 +0200)
Occitan language updates

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