Skip to content

Commit d27ceb2

Browse files
committed
chore(package.json): move "typedoc" script to top-level package.json
1 parent 73f01f8 commit d27ceb2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"build": "tsc --build tsconfig.build.json",
4444
"readme:toc": "doctoc ./README.md",
4545
"postinstall": "husky",
46-
"website": "npm run --prefix website/ start"
46+
"website": "npm run --prefix website/ start",
47+
"typedoc": "npx --workspace=mongodb-memory-server-core typedoc"
4748
}
4849
}

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

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

0 commit comments

Comments
 (0)