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 4ba0f0d commit 6a24781Copy full SHA for 6a24781
package.json
@@ -20,7 +20,7 @@
20
"private": true,
21
"scripts": {
22
"deploy": "npm run build && deploy-to-gh-pages --update web_deploy",
23
- "build": "redocly build-docs ./spec/openapi.yaml",
+ "build": "redocly build-docs ./spec/openapi.yaml -o web_deploy/index.html",
24
"swagger": "swagger-repo",
25
"test": "redocly lint ./spec/openapi.yaml",
26
"start": "gulp serve",
0 commit comments