Skip to content

Commit 2c75b37

Browse files
authored
Merge pull request #185 from Typeform/feat/openapi-yaml-bundle
feat(TU-26042): switch redocly bundle to yaml format
2 parents b34e211 + fe1ae1a commit 2c75b37

File tree

1 file changed

+1
-1
lines changed
  • scripts/validate-openapi

1 file changed

+1
-1
lines changed

scripts/validate-openapi/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ for f in ${files[@]}; do
5050
npx @redocly/cli lint "$f"
5151
done
5252

53-
npx @redocly/cli bundle --dereferenced --ext json --output openapi.json $(echo ${files})
53+
npx @redocly/cli bundle --dereferenced --ext yaml --output openapi.json $(echo ${files})

0 commit comments

Comments
 (0)