package.json: Add tsc to test script.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg
2020-03-04 18:26:06 -08:00
parent 7cf40f1e08
commit d0f8c040c7

View File

@@ -29,7 +29,7 @@
"lint-css": "stylelint app/renderer/css/*.css",
"lint-html": "./node_modules/.bin/htmlhint \"app/renderer/*.html\" ",
"lint-js": "xo",
"test": "npm run lint-html && npm run lint-css && npm run lint-js",
"test": "tsc --noEmit && npm run lint-html && npm run lint-css && npm run lint-js",
"test-e2e": "gulp test-e2e",
"compile": "gulp compile",
"dev": "gulp dev && npm test",