Skip to content

Commit b13cf39

Browse files
committed
chore(package.json): add typedoc script
1 parent c87f573 commit b13cf39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/mongodb-memory-server-core/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"coverage": "jest --coverage",
6868
"lint": "eslint -c ../../eslint.config.mjs .",
6969
"test": "npm run lint && npm run coverage",
70-
"test:watch": "jest --watchAll"
70+
"test:watch": "jest --watchAll",
71+
"typedoc": "typedoc"
7172
}
7273
}

0 commit comments

Comments
 (0)