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",