Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2018-09-07 16:36:14 +0300
committerJulius Härtl <jus@bitgrid.net>2018-09-07 16:36:14 +0300
commit41f254af74b0e9e023af91f50b4e17c18961328c (patch)
treec4f583582f540094a679f71c7b9e4a044f80c1a9 /Makefile
parentd95a8e89752eec8c7c42a6b2e3c0460dafea6708 (diff)
Run composer on build
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7fc68f9e..11fcf435 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