summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-09-01 09:09:03 +0200
committerJoas Schilling <coding@schilljs.com>2022-09-01 10:53:37 +0200
commit1cdd96a113eb4912631463c8d273d47f58f0c7a6 (patch)
treeeaa23b956f8e967d09e75a73be0cf170a6301e09 /Makefile
parentc142394f0e18e7b788437eea5868dc7555d6d73a (diff)
Add Mozart to avoid conflict with other JWT apps
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
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 \