Skip to content

Commit e751c3f

Browse files
author
Michael Hladky
committed
refactor: rename
1 parent 96a763d commit e751c3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/models/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dependsOn": [
2222
"^build",
2323
"generate-docs",
24-
{ "projects": "jsdoc-annotation-transformer", "target": "build" }
24+
{ "projects": "zod2md-jsdoc", "target": "build" }
2525
]
2626
},
2727
"lint": {},

packages/models/tsconfig.lib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"types": ["node"],
77
"plugins": [
88
{
9-
"transform": "./tools/jsdoc-annotation-transformer/dist",
9+
"transform": "./tools/zod2md-jsdocs/dist",
1010
"afterDeclarations": true,
1111
"baseUrl": "https://github.com/code-pushup/cli/blob/main/packages/models/docs/models-reference.md"
1212
}

0 commit comments

Comments
 (0)