Browse Source

Fix exclude list with new items

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/7723/head
Joas Schilling 3 years ago
parent
commit
31f2b590f2
No known key found for this signature in database GPG Key ID: 74434EFE0D2E2205
  1. 1
      Makefile

1
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 \

Loading…
Cancel
Save