From b28befdf479df5c661a5c21c5890316bd418ff65 Mon Sep 17 00:00:00 2001 From: niboshi Date: Thu, 2 Jan 2025 17:07:19 +0900 Subject: [PATCH] =?UTF-8?q?all.yaml=20=E3=81=AE=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/all.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/all.yaml b/.github/workflows/all.yaml index fa8cd71..9e004d8 100644 --- a/.github/workflows/all.yaml +++ b/.github/workflows/all.yaml @@ -25,5 +25,5 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 - run: npm ci - - run: npm run build -w pkgs/typed-ai-spec + - run: npm run build -w pkgs/typed-api-spec - run: npm test -w examples/misc