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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user