Skip to content

Commit d198aab

Browse files
committed
Treat warnings as errors in Typedoc
1 parent fd8efab commit d198aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
},
5858
"scripts": {
5959
"build": "vite build",
60-
"doc": "typedoc src/RosLib.ts",
60+
"doc": "typedoc src/RosLib.ts --treatWarningsAsErrors",
6161
"lint": "eslint .",
6262
"test": "vitest",
6363
"prepublishOnly": "npm run test",

0 commit comments

Comments
 (0)