Skip to content

Commit

Permalink
Merge pull request #147 from GiganticMinecraft/moveDefinitions
Browse files Browse the repository at this point in the history
chore: TypeSpecコードをsrcディレクトリの中にまとめる
  • Loading branch information
rito528 authored Jul 6, 2024
2 parents a00696e + 048502c commit 535293a
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile-typespec-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: npm ci

- name: Compile typespec
run: tsp compile .
run: tsp compile ./src

- name: Install redocly-cli
uses: ./.github/actions/install-redocly-cli
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ seichi-portal-api-schema は GitHub Pages によって redocly が提供する

`docker compose` を利用することで、ローカル環境で、スキーマを視覚的に確認することができます。

docker を使用する前に seichi-portal-api-schema のルートディレクトリで `tsp compile .` を実行し、`openapi.yaml`を生成する必要があります。
docker を使用する前に seichi-portal-api-schema のルートディレクトリで `tsp compile ./src` を実行し、`openapi.yaml`を生成する必要があります。

`docker compose up -d` で、コンテナを起動したら、`http://localhost:8081` または `http://localhost:8082` にアクセスすると開くことができます。

Expand Down
2 changes: 1 addition & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

tsp compile .
tsp compile ./src

redocly build-docs ./tsp-output/@typespec/openapi3/openapi.yaml -o ./docs/index.html -t ./template.hbs
http-server ./docs -p $PORT
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 535293a

Please sign in to comment.