Merge pull request #1833 from nextcloud/techdebt/noid/remove-development-files-from-package

Remove development files from package
This commit is contained in:
Joas Schilling 2019-07-12 14:48:04 +02:00 committed by GitHub
commit de78f1040b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,12 +95,16 @@ appstore:
--exclude=.jscsrc \
--exclude=.jshintignore \
--exclude=js/views/templates \
--exclude=js/**.js.map \
--include=js/simplewebrtc/bundled.js \
--exclude=js/simplewebrtc/*.js \
--exclude=js/tests \
--exclude=l10n/no-php \
--exclude=.tx \
--exclude=.l10nignore \
--exclude=Makefile \
--exclude=node_modules \
--exclude=package.json \
--exclude=package-lock.json \
--exclude=phpunit*xml \
--exclude=README.md \
--exclude=run-*lint.sh \
@ -108,6 +112,8 @@ appstore:
--exclude=.stylelintrc \
--exclude=tests \
--exclude=.travis.yml \
--exclude=.tx \
--exclude=vue \
$(project_dir)/ $(sign_dir)/$(app_name)
@if [ -f $(cert_dir)/$(app_name).key ]; then \
echo "Signing app files…"; \