Skip to content

Commit

Permalink
Merge pull request #30 from piny940/fix-doc-path
Browse files Browse the repository at this point in the history
api docの出力パスを修正
  • Loading branch information
piny940 authored Oct 27, 2024
2 parents d1f21c7 + 2fc79d5 commit 84c89fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"compile": "tsp compile .",
"dev": "tsp compile . --watch",
"doc": "redocly preview-docs schema/@typespec/openapi3/openapi.yaml",
"export": "npx @redocly/cli build-docs schema/@typespec/openapi3/openapi.yaml",
"export": "npx @redocly/cli build-docs schema/@typespec/openapi3/openapi.yaml -o out/index.html",
"lint": "tsp format '**/*.tsp'",
"lint-check": "tsp format --check '**/*.tsp'"
},
Expand Down

0 comments on commit 84c89fa

Please sign in to comment.