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 03f5daa commit c1ccf1eCopy full SHA for c1ccf1e
tools/postman/scripts/convert-to-collection.sh
@@ -22,6 +22,6 @@ echo "Installing openapi-to-postmanv2"
22
npm install
23
24
echo "Converting $OPENAPI_FOLDER/$OPENAPI_FILE_NAME from OpenAPI to PostmanV2"
25
-../../node_modules/.bin/openapi2postmanv2 -s "$TMP_FOLDER"/tmp.json -o "$TMP_FOLDER"/"$COLLECTION_FILE_NAME" -O folderStrategy=Tags
+npx openapi2postmanv2 -s "$TMP_FOLDER"/tmp.json -o "$TMP_FOLDER"/"$COLLECTION_FILE_NAME" -O folderStrategy=Tags
26
27
rm "$TMP_FOLDER"/tmp.json
0 commit comments