From 9a6108f929e78dd1b68dcf3cc27fd934d1fde9d6 Mon Sep 17 00:00:00 2001 From: Michal Klobukowski Date: Thu, 29 Nov 2018 10:41:43 +0100 Subject: [PATCH] Add test-local script Feature #14393 Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 52edaf22..64a24dca 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,7 @@ "build": "REACT_APP_BUILD_NUMBER=$BUILD_NUMBER REACT_APP_GIT_COMMIT=$GIT_COMMIT react-scripts-ts build", "build-local": "react-scripts-ts build", "test": "CI=true react-scripts-ts test --env=jsdom", + "test-local": "react-scripts-ts test --env=jsdom", "eject": "react-scripts-ts eject", "lint": "tslint src/** -t verbose", "build-css": "node-sass-chokidar src/ -o src/", -- 2.30.2