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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-08-12 16:44:59 +0300
committerJoas Schilling <coding@schilljs.com>2022-08-12 16:44:59 +0300
commit31f2b590f280cacd606150d292246bfc859a4cae (patch)
treebeb5c1b28ab232a318370f4b1609ffaabaef2ca3
parentb6c2ad7feef446b992d087d84f0c5101a6ef5000 (diff)
Fix exclude list with new items
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3aeb0fa75..6418d4441 100644
--- a/Makefile
+++ b/Makefile
@@ -98,6 +98,7 @@ appstore:
--exclude=stylelint.config.js \
--exclude=.tx \
--exclude=tests \
+ --exclude=tsconfig.json \
--exclude=webpack.js \
$(project_dir)/ $(sign_dir)/$(app_name)
@if [ -f $(cert_dir)/$(app_name).key ]; then \