1
0
Fork 0

fix(ci): lint failing to build bubble game

This commit is contained in:
Marie 2024-01-25 19:26:22 +01:00
parent 610f208c57
commit c1d38b02d7
1 changed files with 1 additions and 1 deletions

View File

@ -90,6 +90,6 @@ jobs:
if: ${{ matrix.workspace == 'backend' }}
- run: pnpm --filter misskey-reversi run build:tsc
if: ${{ matrix.workspace == 'backend' }}
- run: pnpm --filter misskey-bubble-game run build:tsc
- run: pnpm --filter misskey-bubble-game run build
if: ${{ matrix.workspace == 'backend' }}
- run: pnpm --filter ${{ matrix.workspace }} run typecheck