We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69d1cc6 + e54c122 commit 6867305Copy full SHA for 6867305
1 file changed
Makefile
@@ -52,6 +52,12 @@ appstore:
52
--exclude=/.scrutinizer.yml \
53
--exclude=/.travis.yml \
54
--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 \
61
$(project_dir)/ $(sign_dir)/$(app_name)
62
@if [ -f $(cert_dir)/$(app_name).key ]; then \
63
echo "Signing app files…"; \
0 commit comments