Revert "fix: misskey-js、bubble-game、reversiのビルドをesbuildに統合する (#13600)"

This reverts commit 2a851437ff.
This commit is contained in:
まっちゃとーにゅ 2024-04-28 17:35:53 +09:00
parent e2ff5f58b2
commit eedfd27d39
No known key found for this signature in database
GPG key ID: 6AFBBF529601C1DB
21 changed files with 281 additions and 421 deletions

View file

@ -92,6 +92,6 @@ jobs:
- run: pnpm i --frozen-lockfile
- run: pnpm --filter misskey-js run build
if: ${{ matrix.workspace == 'backend' }}
- run: pnpm --filter misskey-reversi run build
- run: pnpm --filter misskey-reversi run build:tsc
if: ${{ matrix.workspace == 'backend' }}
- run: pnpm --filter ${{ matrix.workspace }} run typecheck