We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9609db5 commit 8787f77Copy full SHA for 8787f77
package.json
@@ -109,7 +109,7 @@
109
"check:coverage": "nyc npm run check:test",
110
"check:lint": "npm run build:dts && npm run check:dts && npm run check:eslint && npm run check:tsd",
111
"check:eslint": "eslint -v && eslint --max-warnings=0 --ext '.js,.ts' src test",
112
- "check:tsd": "tsd",
+ "check:tsd": "tsd --version && tsd",
113
"check:dts": "tsc --noEmit mongodb.d.ts && tsd",
114
"check:test": "mocha --recursive test/functional test/unit",
115
"check:ts": "tsc -v && tsc --noEmit",
0 commit comments