mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-10-23 16:13:37 +00:00
package.json: Add tsc to test script.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user