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 GitHub
parent e0040f5da3
commit a598baaf01
4 changed files with 7 additions and 5 deletions

View File

@@ -78,4 +78,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