exclude dev files from build

This commit is contained in:
korelstar 2020-12-06 11:32:08 +01:00
parent 44413d7fc6
commit a3acd22055
1 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@ appstore: clean lint build-js-production
--exclude=Makefile \
--exclude=node_modules \
--exclude=package*.json \
--exclude=.php_cs.* \
--exclude=phpunit*xml \
--exclude=.scrutinizer.yml \
--exclude=src \
@ -33,7 +34,7 @@ appstore: clean lint build-js-production
--exclude=.travis.yml \
--exclude=.tx \
--exclude=vendor \
--exclude=webpack.*.js \
--exclude=webpack*.js \
$(project_dir) $(sign_dir)
@echo "Signing…"
php ../server/occ integrity:sign-app \