Skip to content

Commit 6867305

Browse files
Merge pull request #288 from nextcloud/chore/prepare-makefile-for-release
chore: prepare Makefile for release
2 parents 69d1cc6 + e54c122 commit 6867305

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ appstore:
5252
--exclude=/.scrutinizer.yml \
5353
--exclude=/.travis.yml \
5454
--exclude=/Makefile \
55+
--exclude=/node_modules \
56+
--exclude=/src \
57+
--exclude=/package.json \
58+
--exclude=/package-lock.json \
59+
--exclude=/tsconfig.json \
60+
--exclude=/vite.config.ts \
5561
$(project_dir)/ $(sign_dir)/$(app_name)
5662
@if [ -f $(cert_dir)/$(app_name).key ]; then \
5763
echo "Signing app files…"; \

0 commit comments

Comments
 (0)