diff options
| author | おさむのひと <46447427+samunohito@users.noreply.github.com> | 2024-03-30 15:28:19 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-30 15:28:19 +0900 |
| commit | 2a851437ffcd8778d157a6841875f03330c994b5 (patch) | |
| tree | 14d21c9a022c02d00eeecf932b25acd485af3f89 /.github | |
| parent | fix(backend): better `notes/translate` error response (#13631) (diff) | |
| download | sharkey-2a851437ffcd8778d157a6841875f03330c994b5.tar.gz sharkey-2a851437ffcd8778d157a6841875f03330c994b5.tar.bz2 sharkey-2a851437ffcd8778d157a6841875f03330c994b5.zip | |
fix: misskey-js、bubble-game、reversiのビルドをesbuildに統合する (#13600)
* fix: ビルドが遅いパッケージのビルド速度を改善
* dependenciesの整理
* fix ci
* ビルド開始時に古いファイルを消す
* fix ci
* fix ci
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 31e974edaa..9b3f85fe1d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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:tsc + - run: pnpm --filter misskey-reversi run build if: ${{ matrix.workspace == 'backend' }} - run: pnpm --filter ${{ matrix.workspace }} run typecheck |