We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a15677c commit c766212Copy full SHA for c766212
apps/app/bin/openapi/generate-spec-apiv3.sh
@@ -19,6 +19,6 @@ swagger-jsdoc \
19
"${APP_PATH}/src/server/models/openapi/**/*.{js,ts}"
20
21
if [ $? -eq 0 ]; then
22
- pnpm ts-node "${APP_PATH}/bin/openapi/generate-operation-ids/cli.ts" "${OUT}" --out "${OUT}" --overwrite-existing
+ ts-node "${APP_PATH}/bin/openapi/generate-operation-ids/cli.ts" "${OUT}" --out "${OUT}" --overwrite-existing
23
echo "OpenAPI spec generated and transformed: ${OUT}"
24
fi
0 commit comments