Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit b86a998

Browse files
committed
Include npm run type-check in tests.
1 parent a8e7f4f commit b86a998

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,12 @@
5252
"uuid": "^3.0.1"
5353
},
5454
"scripts": {
55-
"test": "eslint --ignore-path .eslintignore . && tsc test/typescript/*.ts && mocha && npm run tslint && npm audit",
55+
"test": "eslint --ignore-path .eslintignore . && tsc test/typescript/*.ts && mocha && npm run tslint && npm run type-check && npm audit",
5656
"test-verbose": "env DEBUG='*,-mocha:*' npm run test",
5757
"test-live": "NOCK_OFF=true mocha",
5858
"test-live-verbose": "env DEBUG='*,-mocha:*' npm run test-live",
59-
"tslint": "tslint --project types"
59+
"tslint": "tslint --project types",
60+
"type-check": "tsc --project types/tsconfig.json"
6061
},
6162
"main": "./cloudant.js",
6263
"types": "types",

0 commit comments

Comments
 (0)