summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-05-04 18:47:38 +0200
committerJoas Schilling <coding@schilljs.com>2023-05-04 18:47:38 +0200
commit1d9cf11441c6d25b2a2962938cdccd0cc2e11139 (patch)
treee665a23ff9ebc0d66ff84beb60f8369bbd1c3ae0 /Makefile
parent0eb8815e3a1fb34bfa53e022d4cb820d58ac654e (diff)
chore(release): Adjust release exclude list
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e77be416d..b943ca50a 100644
--- a/Makefile
+++ b/Makefile
@@ -83,6 +83,7 @@ appstore:
--exclude=.github \
--exclude=.gitignore \
--exclude=jest.config.js \
+ --exclude=jest.global.setup.js \
--exclude=.l10nignore \
--exclude=mkdocs.yml \
--exclude=Makefile \
@@ -96,6 +97,7 @@ appstore:
--exclude=psalm.xml \
--exclude=README.md \
--exclude=/recording \
+ --exclude=/site \
--exclude=/src \
--exclude=.stylelintignore \
--exclude=stylelint.config.js \
@@ -105,6 +107,7 @@ appstore:
--exclude=vendor/bamarni \
--exclude=vendor/bin \
--exclude=vendor-bin \
+ --exclude=webpack.common.config.js \
--exclude=webpack.config.js \
$(project_dir)/ $(sign_dir)/$(app_name)
@if [ -f $(cert_dir)/$(app_name).key ]; then \