From 41f254af74b0e9e023af91f50b4e17c18961328c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 7 Sep 2018 15:36:14 +0200 Subject: [PATCH] Run composer on build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7fc68f9ec..11fcf435d 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,7 @@ clean-dist: rm -rf js/node_modules install-deps: + composer install cd js && npm install build: build-js