Skip to content

Commit

Permalink
Fix openapi bundling.
Browse files Browse the repository at this point in the history
This should fix the OpenAPI documents not being published properly as well.
  • Loading branch information
BigBlueHat committed Dec 12, 2023
1 parent 6e64748 commit a0842b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Verifiable Credential API",
"main": "index.js",
"scripts": {
"build": "openapi bundle *.yml --output ./api/bundles/ && openapi join ./api/bundles/*.yml --prefix-tags-with-filename && mv ./openapi.yaml ./api/vc-api.yaml",
"build": "openapi bundle *.yml --output ./api/bundles/ && openapi join ./api/bundles/*.yml --prefix-tags-with-filename && mv ./openapi.yml ./api/vc-api.yaml",
"serve": "http-server ./api --cors",
"serveIndex": "http-server . --cors",
"lint": "openapi lint *.yml --extends recommended",
Expand Down

0 comments on commit a0842b1

Please sign in to comment.