Skip to content

Commit 2f205bf

Browse files
committed
generate schema docs
1 parent 1f36944 commit 2f205bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"prepare": "husky install",
1313
"migrate-properties": "node ./scripts/migrate-properties.mjs",
1414
"postinstall": "(cd lib/user-interface/react && npm install) && (cd lib/docs && npm install)",
15-
"postbuild": "(cd lib/user-interface/react && npm build) && (cd lib/docs && npm build)"
15+
"postbuild": "(cd lib/user-interface/react && npm build) && (cd lib/docs && npm build)",
16+
"generateSchemaDocs": "npx zod2md -c ./lib/zod2md.config.ts"
1617
},
1718
"devDependencies": {
1819
"@aws-cdk/aws-lambda-python-alpha": "2.125.0-alpha.0",

0 commit comments

Comments
 (0)