Browse Source
Fix exclude list with new items
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/7723/head
Joas Schilling
3 years ago
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205
1 changed files with
1 additions and
0 deletions
-
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 \
|
|
|
|
|