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

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2020-09-10 10:42:23 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2020-09-10 10:42:23 +0300
commitec12fbaec96172537c872ebd02509e0896e91580 (patch)
tree18884bd8b2230c0aa1311474f775fcc7cf6341e8 /Makefile
parent6ae09ed2786ec590cd022bc1ad757e6b3139660f (diff)
install deps on make appstorev3.3.0
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 498ac1e3..ca9d2e1c 100644
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,7 @@ clean:
rm -rf node_modules
appstore: clean
+ composer install --no-dev -d ./3rdparty/
mkdir -p $(sign_dir)
rsync -a \
--exclude=.drone.yml \