Skip to content

Commit

Permalink
also build json
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinki14 committed Sep 29, 2024
1 parent 19c8787 commit 5a2143d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,5 @@ jobs:
files: |
dist/*.html
dist/*.yaml
dist/*.yml
dist/*.yml
dist/*.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"start": "openapi preview-docs",
"build": "openapi bundle -o dist/satisfactory-api-spec.yaml && openapi build-docs dist/satisfactory-api-spec.yaml -o dist/satisfactory-api-redoc.html",
"build": "openapi bundle -o dist/satisfactory-api-spec.yaml && openapi bundle -o dist/satisfactory-api-spec.json && openapi build-docs dist/satisfactory-api-spec.yaml -o dist/satisfactory-api-redoc.html",
"lint": "openapi lint"
},
"dependencies": {
Expand Down

0 comments on commit 5a2143d

Please sign in to comment.