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 96a763d commit e751c3fCopy full SHA for e751c3f
packages/models/project.json
@@ -21,7 +21,7 @@
21
"dependsOn": [
22
"^build",
23
"generate-docs",
24
- { "projects": "jsdoc-annotation-transformer", "target": "build" }
+ { "projects": "zod2md-jsdoc", "target": "build" }
25
]
26
},
27
"lint": {},
packages/models/tsconfig.lib.json
@@ -6,7 +6,7 @@
6
"types": ["node"],
7
"plugins": [
8
{
9
- "transform": "./tools/jsdoc-annotation-transformer/dist",
+ "transform": "./tools/zod2md-jsdocs/dist",
10
"afterDeclarations": true,
11
"baseUrl": "https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md"
12
}
0 commit comments