We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f36944 commit 2f205bfCopy full SHA for 2f205bf
package.json
@@ -12,7 +12,8 @@
12
"prepare": "husky install",
13
"migrate-properties": "node ./scripts/migrate-properties.mjs",
14
"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)"
+ "postbuild": "(cd lib/user-interface/react && npm build) && (cd lib/docs && npm build)",
16
+ "generateSchemaDocs": "npx zod2md -c ./lib/zod2md.config.ts"
17
},
18
"devDependencies": {
19
"@aws-cdk/aws-lambda-python-alpha": "2.125.0-alpha.0",
0 commit comments