Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2016-05-02 09:43:29 +0300
committerChristoph Wurst <ChristophWurst@users.noreply.github.com>2016-05-02 09:43:29 +0300
commitb1781be97061c90c71cfd9b8fb918dd39ba87a37 (patch)
tree211669620a4457927b21714e2e18fc5cef4c71b6
parenta6f9c7d8d96ae5bba2c7ea8493baf6214790a6ca (diff)
parentd0a323e1940e8915f8281b626df578adb085567a (diff)
Merge pull request #1466 from owncloud/dont-package-js-tests
don't include js tests when packaging
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 51d83a317..1d2b3ef0f 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \