Update lint.yml
This commit is contained in:
parent
30d87d5532
commit
cb5de83bad
|
|
@ -115,4 +115,6 @@ jobs:
|
||||||
if: ${{ matrix.workspace == 'backend' || matrix.workspace == 'frontend' || matrix.workspace == 'sw' }}
|
if: ${{ matrix.workspace == 'backend' || matrix.workspace == 'frontend' || matrix.workspace == 'sw' }}
|
||||||
- run: pnpm --filter misskey-reversi run build
|
- run: pnpm --filter misskey-reversi run build
|
||||||
if: ${{ matrix.workspace == 'backend' || matrix.workspace == 'frontend' }}
|
if: ${{ matrix.workspace == 'backend' || matrix.workspace == 'frontend' }}
|
||||||
|
- run: pnpm --filter misskey-bubble-game run build
|
||||||
|
if: ${{ matrix.workspace == 'frontend' }}
|
||||||
- run: pnpm --filter ${{ matrix.workspace }} run typecheck
|
- run: pnpm --filter ${{ matrix.workspace }} run typecheck
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue