Skip to content

Commit dcae883

Browse files
Merge pull request #1290 from modelix/dependabot/npm_and_yarn/model-server-openapi/redocly/cli-1.27.0
build(deps): bump @redocly/cli from 1.22.1 to 1.27.0 in /model-server-openapi
2 parents ad10cfd + d5f0967 commit dcae883

File tree

4 files changed

+918
-398
lines changed

4 files changed

+918
-398
lines changed

model-server-openapi/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ val bundleSpecs = tasks.register<NpxTask>("bundleSpecs") {
2626
outputs.dir(bundleDir)
2727

2828
command.set("redocly")
29-
args.addAll("bundle", "--output", bundleDir.toString())
29+
args.addAll("bundle")
3030
}
3131

3232
// We combine all specifications into one to deduplicate things like the Problem type

0 commit comments

Comments
 (0)