Skip to content
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.

Commit

Permalink
Merge pull request #1466 from owncloud/dont-package-js-tests
Browse files Browse the repository at this point in the history
don't include js tests when packaging
  • Loading branch information
ChristophWurst committed May 2, 2016
2 parents a6f9c7d + d0a323e commit b1781be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ appstore: clean install-deps optimize-js
--exclude=$(project_dir)/phpunit*xml \
--exclude=$(project_dir)/Makefile \
--exclude=$(project_dir)/tests \
--exclude=$(project_dir)/js/tests \
--exclude=$(project_dir)/l10n/.tx \
--exclude=$(project_dir)/l10n/no-php \
--exclude=$(project_dir)/vendor/bin \
Expand Down

0 comments on commit b1781be

Please sign in to comment.