From bd8576b6c5b56e3acd062655967b774439094a32 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Tue, 11 Jan 2022 11:07:31 +0100 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3