Update lint.yml

This commit is contained in:
Kagami Sascha Rosylight 2023-07-31 04:19:53 +02:00
parent c7ec8e801d
commit 106897560d
1 changed files with 1 additions and 0 deletions

View File

@ -79,4 +79,5 @@ jobs:
cache: 'pnpm'
- run: corepack enable
- run: pnpm i --frozen-lockfile
- run: pnpm --filter misskey-js build # needed for typecheck
- run: pnpm --filter ${{ matrix.workspace }} run typecheck