We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f01f8 commit d27ceb2Copy full SHA for d27ceb2
package.json
@@ -43,6 +43,7 @@
43
"build": "tsc --build tsconfig.build.json",
44
"readme:toc": "doctoc ./README.md",
45
"postinstall": "husky",
46
- "website": "npm run --prefix website/ start"
+ "website": "npm run --prefix website/ start",
47
+ "typedoc": "npx --workspace=mongodb-memory-server-core typedoc"
48
}
49
packages/mongodb-memory-server-core/package.json
@@ -67,7 +67,6 @@
67
"coverage": "jest --coverage",
68
"lint": "eslint -c ../../eslint.config.mjs .",
69
"test": "npm run lint && npm run coverage",
70
- "test:watch": "jest --watchAll",
71
- "typedoc": "typedoc"
+ "test:watch": "jest --watchAll"
72
73
0 commit comments