|
@@ -19,6 +19,6 @@ swagger-jsdoc \
|
|
|
"${APP_PATH}/src/server/models/openapi/**/*.{js,ts}"
|
|
"${APP_PATH}/src/server/models/openapi/**/*.{js,ts}"
|
|
|
|
|
|
|
|
if [ $? -eq 0 ]; then
|
|
if [ $? -eq 0 ]; then
|
|
|
- pnpm dlx tsx "${APP_PATH}/bin/openapi/generate-operation-ids/cli.ts" "${OUT}" --out "${OUT}" --overwrite-existing
|
|
|
|
|
|
|
+ npx tsx "${APP_PATH}/bin/openapi/generate-operation-ids/cli.ts" "${OUT}" --out "${OUT}" --overwrite-existing
|
|
|
echo "OpenAPI spec generated and transformed: ${OUT}"
|
|
echo "OpenAPI spec generated and transformed: ${OUT}"
|
|
|
fi
|
|
fi
|