aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorNicolas Hart <contact@nclshart.net>2017-08-05 00:13:55 +0200
committerNicolas Hart <contact@nclshart.net>2017-08-05 00:21:05 +0200
commit5385fda8abe222effbe5a760902581dbf33165da (patch)
tree2b9d7dd9cd1bc69c160ec7e3c325306c6c5e1901 /Makefile
parent882da5c5eb283cbc7a869182b26a69b8fbebda2b (diff)
downloadwallabag-5385fda8abe222effbe5a760902581dbf33165da.tar.gz
wallabag-5385fda8abe222effbe5a760902581dbf33165da.tar.zst
wallabag-5385fda8abe222effbe5a760902581dbf33165da.zip
Fix make build by replacing grunt with webpack
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b3335261..ffbe102a 100755
--- a/Makefile
+++ b/Makefile
@@ -23,8 +23,8 @@ dev: ## Install the latest dev version
23run: ## Run the wallabag built-in server 23run: ## Run the wallabag built-in server
24 @php bin/console server:run --env=$(ENV) 24 @php bin/console server:run --env=$(ENV)
25 25
26build: ## Run grunt 26build: ## Run webpack
27 @grunt 27 @npm run build:$(ENV)
28 28
29test: ## Launch wallabag testsuite 29test: ## Launch wallabag testsuite
30 @ant prepare && bin/simple-phpunit -v 30 @ant prepare && bin/simple-phpunit -v