Skip to content

Commit 77ee163

Browse files
committed
Add OpenAPI generation script to package.json: Introduced a new script for generating OpenAPI documentation in the API application to enhance development workflow.
1 parent 7c11955 commit 77ee163

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"format": "oxfmt .",
1414
"check-types": "turbo run check-types",
1515
"typecheck": "turbo run typecheck",
16-
"clean": "rimraf dist node_modules pnpm-lock.yaml"
16+
"clean": "rimraf dist node_modules pnpm-lock.yaml",
17+
"api:openapi:generate": "pnpm -C apps/api openapi:generate"
1718
},
1819
"devDependencies": {
1920
"chalk": "^5.6.2",

0 commit comments

Comments
 (0)