From 1cdd96a113eb4912631463c8d273d47f58f0c7a6 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 1 Sep 2022 09:09:03 +0200 Subject: Add Mozart to avoid conflict with other JWT apps Signed-off-by: Joas Schilling --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index df5cbdaac..72de7da0b 100644 --- a/Makefile +++ b/Makefile @@ -100,8 +100,7 @@ appstore: --exclude=tests \ --exclude=tsconfig.json \ --exclude=vendor \ - --exclude=vendor-bin/production/composer.json \ - --exclude=vendor-bin/production/composer.lock \ + --exclude=vendor-bin \ --exclude=webpack.js \ $(project_dir)/ $(sign_dir)/$(app_name) @if [ -f $(cert_dir)/$(app_name).key ]; then \ -- cgit v1.2.3