fix(ci): lint failing to build bubble game
This commit is contained in:
parent
610f208c57
commit
c1d38b02d7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue