From 2b4aaa4743137b6c2ce3cf9b5b3b0c1e5accb8c8 Mon Sep 17 00:00:00 2001 From: Fernando Monserrat Date: Tue, 9 Oct 2018 12:13:06 -0300 Subject: [PATCH] no issue # . Remove WatchAll from yarn test causing the break Arvados-DCO-1.1-Signed-off-by: Fernando Monserrat --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c28b4b86c3..2d218bb464 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ yarn-install: yarn install test: yarn-install - yarn test --no-watchAll --bail --ci + yarn test --bail --ci build: test yarn build -- 2.30.2