Skip to content

Commit 8787f77

Browse files
committed
fix: add tsd version printout
1 parent 9609db5 commit 8787f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"check:coverage": "nyc npm run check:test",
110110
"check:lint": "npm run build:dts && npm run check:dts && npm run check:eslint && npm run check:tsd",
111111
"check:eslint": "eslint -v && eslint --max-warnings=0 --ext '.js,.ts' src test",
112-
"check:tsd": "tsd",
112+
"check:tsd": "tsd --version && tsd",
113113
"check:dts": "tsc --noEmit mongodb.d.ts && tsd",
114114
"check:test": "mocha --recursive test/functional test/unit",
115115
"check:ts": "tsc -v && tsc --noEmit",

0 commit comments

Comments
 (0)