Skip to content

Commit fa7a33f

Browse files
committed
chore: upgrade to use the latest openapi-cli
1 parent 1901771 commit fa7a33f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

template/.redocly.yaml.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiDefinitions:
33
main: <%= mainDefinitionFile %>
44
lint:
55
rules:
6-
no-unused-schemas: warning
6+
no-unused-components: warning
77
referenceDocs:
88
htmlTemplate: ./docs/index.html
99
theme:

template/package.json.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"scripts": {
88
"start": "openapi preview-docs",
99
"build": "openapi bundle -o dist",
10-
"test": "openapi validate"
10+
"test": "openapi lint"
1111
}
1212
}

0 commit comments

Comments
 (0)