Skip to content

Commit 6a24781

Browse files
committed
build into web_deploy
1 parent 4ba0f0d commit 6a24781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"private": true,
2121
"scripts": {
2222
"deploy": "npm run build && deploy-to-gh-pages --update web_deploy",
23-
"build": "redocly build-docs ./spec/openapi.yaml",
23+
"build": "redocly build-docs ./spec/openapi.yaml -o web_deploy/index.html",
2424
"swagger": "swagger-repo",
2525
"test": "redocly lint ./spec/openapi.yaml",
2626
"start": "gulp serve",

0 commit comments

Comments
 (0)