summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-02-21 15:44:59 +0100
committerJoas Schilling <coding@schilljs.com>2023-02-21 15:44:59 +0100
commita5a7fff78480378ba90d325909dedd58247b1059 (patch)
treeae60f0ac4e51208f577727431f219464aac5ad93 /Makefile
parentdf1469e9d2041c17d7ae26f883c7d4fd043e66fb (diff)
fix(packaging): Adjust the exclude list to package the composer autoloader
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f1ba3eb3e..aad9cc8bf 100644
--- a/Makefile
+++ b/Makefile
@@ -100,7 +100,8 @@ appstore:
--exclude=.tx \
--exclude=tests \
--exclude=tsconfig.json \
- --exclude=vendor \
+ --exclude=vendor/bamarni \
+ --exclude=vendor/bin \
--exclude=vendor-bin \
--exclude=webpack.js \
$(project_dir)/ $(sign_dir)/$(app_name)