summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-08-12 15:44:59 +0200
committerJoas Schilling <coding@schilljs.com>2022-08-12 15:44:59 +0200
commit31f2b590f280cacd606150d292246bfc859a4cae (patch)
treebeb5c1b28ab232a318370f4b1609ffaabaef2ca3 /Makefile
parentb6c2ad7feef446b992d087d84f0c5101a6ef5000 (diff)
Fix exclude list with new items
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'Makefile')
-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 \