fix(ci): build reversi and bubble-game modules on backend typecheck

This commit is contained in:
Marie 2024-01-21 14:22:31 +01:00
parent 013032dd93
commit 72f420d655
No known key found for this signature in database
GPG Key ID: 56569BBE47D2C828
1 changed files with 4 additions and 0 deletions

View File

@ -88,4 +88,8 @@ jobs:
- run: pnpm i --frozen-lockfile
- run: pnpm --filter misskey-js run build
if: ${{ matrix.workspace == 'backend' }}
- run: pnpm --filter misskey-reversi run build
if: ${{ matrix.workspace == 'backend' }}
- run: pnpm --filter misskey-bubble-game run build
if: ${{ matrix.workspace == 'backend' }}
- run: pnpm --filter ${{ matrix.workspace }} run typecheck