From 3304c66ff9a14c9f33c97b57952721b375e692c0 Mon Sep 17 00:00:00 2001 From: Fernando Monserrat Date: Thu, 11 Oct 2018 12:01:22 -0300 Subject: [PATCH] no issue # .adding CI true to package.json Arvados-DCO-1.1-Signed-off-by: Fernando Monserrat --- Makefile | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4252ca0ef8..98c0e5197c 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ yarn-install: yarn install test: yarn-install - yarn test --watchAll --bail --ci + yarn test --no-watchAll --bail --ci build: test yarn build diff --git a/package.json b/package.json index 1d4a15b3e5..3c3eb6f0f3 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "scripts": { "start": "react-scripts-ts start", "build": "REACT_APP_BUILD_NUMBER=$BUILD_NUMBER REACT_APP_GIT_COMMIT=$GIT_COMMIT react-scripts-ts build", - "test": "react-scripts-ts test --env=jsdom", + "test": "CI=true react-scripts-ts test --env=jsdom", "eject": "react-scripts-ts eject", "lint": "tslint src/** -t verbose" }, -- 2.30.2