Skip to content

Commit

Permalink
generate schema docs
Browse files Browse the repository at this point in the history
  • Loading branch information
estohlmann committed Nov 26, 2024
1 parent 1f36944 commit 2f205bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"prepare": "husky install",
"migrate-properties": "node ./scripts/migrate-properties.mjs",
"postinstall": "(cd lib/user-interface/react && npm install) && (cd lib/docs && npm install)",
"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)",
"generateSchemaDocs": "npx zod2md -c ./lib/zod2md.config.ts"
},
"devDependencies": {
"@aws-cdk/aws-lambda-python-alpha": "2.125.0-alpha.0",
Expand Down

0 comments on commit 2f205bf

Please sign in to comment.