Browse Source
chore(release): Adjust release exclude list
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/9453/head
Joas Schilling
3 years ago
No known key found for this signature in database
GPG Key ID: C400AAF20C1BB6FC
1 changed files with
3 additions and
0 deletions
-
Makefile
|
|
|
@ -83,6 +83,7 @@ appstore: |
|
|
|
--exclude=.github \
|
|
|
|
--exclude=.gitignore \
|
|
|
|
--exclude=jest.config.js \
|
|
|
|
--exclude=jest.global.setup.js \
|
|
|
|
--exclude=.l10nignore \
|
|
|
|
--exclude=mkdocs.yml \
|
|
|
|
--exclude=Makefile \
|
|
|
|
@ -96,6 +97,7 @@ appstore: |
|
|
|
--exclude=psalm.xml \
|
|
|
|
--exclude=README.md \
|
|
|
|
--exclude=/recording \
|
|
|
|
--exclude=/site \
|
|
|
|
--exclude=/src \
|
|
|
|
--exclude=.stylelintignore \
|
|
|
|
--exclude=stylelint.config.js \
|
|
|
|
@ -105,6 +107,7 @@ appstore: |
|
|
|
--exclude=vendor/bamarni \
|
|
|
|
--exclude=vendor/bin \
|
|
|
|
--exclude=vendor-bin \
|
|
|
|
--exclude=webpack.common.config.js \
|
|
|
|
--exclude=webpack.config.js \
|
|
|
|
$(project_dir)/ $(sign_dir)/$(app_name) |
|
|
|
@if [ -f $(cert_dir)/$(app_name).key ]; then \
|
|
|
|
|