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:
authorJulius Härtl <jus@bitgrid.net>2022-01-11 14:26:00 +0300
committerGitHub <noreply@github.com>2022-01-11 14:26:00 +0300
commit58bacdf7c6203b139c7c5bc69ee4778482cda1d5 (patch)
treea4d091d33fbd44d38fb9ec31dba51829a80d06b2
parentda745c2198f8fe7ae0e197f27a8d66b2b332761b (diff)
parentbd8576b6c5b56e3acd062655967b774439094a32 (diff)
Merge pull request #2072 from nextcloud/bugfix/noid/remove-test-from-makefile-all
-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