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

github.com/nextcloud/privacy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-03-19 18:13:30 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-03-19 18:13:30 +0300
commite411efd7013521a92e9685eda21c403e647e1b48 (patch)
tree46dda2f09089b40521018da67563ec7523137ac9 /Makefile
parent8cb352cb36229dd7f32717f22e98a76e31f33ccd (diff)
Don't test on build
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 062669f..85ba0a4 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ source_package_name=$(source_build_directory)/$(app_name)
appstore_build_directory=$(CURDIR)/build/artifacts/appstore
appstore_package_name=$(appstore_build_directory)/$(app_name)
-all: dev-setup lint build-js-production test
+all: dev-setup lint build-js-production
# Dev env management
dev-setup: clean clean-dev npm-init