added typecheck script to ui-tests

This commit is contained in:
Sebastian Sdorra
2019-10-20 16:57:48 +02:00
parent bc7e614dcc
commit c41efbdc4f

View File

@@ -5,6 +5,9 @@
"author": "Sebastian Sdorra <sebastian.sdorra@cloudogu.com>",
"license": "BSD-3-Clause",
"private": false,
"scripts": {
"typecheck": "tsc"
},
"dependencies": {
"babel-plugin-istanbul": "^5.2.0",
"enzyme": "^3.10.0",