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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2022-01-11 13:07:31 +0300
committerVincent Petry <vincent@nextcloud.com>2022-01-11 13:07:31 +0300
commitbd8576b6c5b56e3acd062655967b774439094a32 (patch)
treea4d091d33fbd44d38fb9ec31dba51829a80d06b2 /Makefile
parentda745c2198f8fe7ae0e197f27a8d66b2b332761b (diff)
Remove test routine from Makefile all target
It is unusual for projects to run test as a default build step, especially when the latter is taking a while to setup with docker. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 94dd4a551..9088ce9f9 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
# later. See the COPYING file.
app_name=$(notdir $(CURDIR))
-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