docs-util: add docblock generator for models built with DML (#8296)

* docs-util: add docblock generator for models built with DML

* add missing turbo task
This commit is contained in:
Shahed Nasser
2024-07-29 10:11:39 +02:00
committed by GitHub
parent cb33ec5cf1
commit d127abbcda
30 changed files with 749 additions and 63 deletions
@@ -7,7 +7,8 @@
"build": "tsc",
"watch": "tsc --watch",
"prepublishOnly": "cross-env NODE_ENV=production tsc --build",
"generate:oas": "yarn start run ../../../../packages/medusa/src/api --type oas && yarn start clean:oas"
"generate:oas": "yarn start run ../../../../packages/medusa/src/api --type oas && yarn start clean:oas",
"generate:dml": "yarn start run ../../../../packages/modules --type dml && yarn start clean:dml"
},
"publishConfig": {
"access": "public"