mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
Fix exclude list with new items
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
b6c2ad7fee
commit
31f2b590f2
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -98,6 +98,7 @@ appstore:
|
||||||
--exclude=stylelint.config.js \
|
--exclude=stylelint.config.js \
|
||||||
--exclude=.tx \
|
--exclude=.tx \
|
||||||
--exclude=tests \
|
--exclude=tests \
|
||||||
|
--exclude=tsconfig.json \
|
||||||
--exclude=webpack.js \
|
--exclude=webpack.js \
|
||||||
$(project_dir)/ $(sign_dir)/$(app_name)
|
$(project_dir)/ $(sign_dir)/$(app_name)
|
||||||
@if [ -f $(cert_dir)/$(app_name).key ]; then \
|
@if [ -f $(cert_dir)/$(app_name).key ]; then \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue