From c41efbdc4f32a0e1d21bd563bbe3341b17c1c4a7 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Sun, 20 Oct 2019 16:57:48 +0200 Subject: [PATCH] added typecheck script to ui-tests --- scm-ui/ui-tests/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scm-ui/ui-tests/package.json b/scm-ui/ui-tests/package.json index 5925c1edc0..45978d3836 100644 --- a/scm-ui/ui-tests/package.json +++ b/scm-ui/ui-tests/package.json @@ -5,6 +5,9 @@ "author": "Sebastian Sdorra ", "license": "BSD-3-Clause", "private": false, + "scripts": { + "typecheck": "tsc" + }, "dependencies": { "babel-plugin-istanbul": "^5.2.0", "enzyme": "^3.10.0",