fix(test): CIが落ちている問題を修正 (#12816)

* fix(test): CIが落ちているのを修正

* fix(ci)?: CIの`typecheck`が落ちる問題を修正

* fix(ci): コンフィグファイルのタイポを修正
This commit is contained in:
Chocolate Pie 2023-12-27 17:36:38 +09:00 committed by Marie
parent 3f60d7c44b
commit 530a282524
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
4 changed files with 7 additions and 5 deletions

View file

@ -80,4 +80,6 @@ jobs:
cache: 'pnpm'
- run: corepack enable
- run: pnpm i --frozen-lockfile
- run: pnpm --filter misskey-js run build
if: ${{ matrix.workspace == 'backend' }}
- run: pnpm --filter ${{ matrix.workspace }} run typecheck