ci: fix typechecking in ci

This commit is contained in:
iCrawl
2022-08-15 00:42:33 +02:00
parent cb856860b7
commit c052f56f3e
30 changed files with 887 additions and 1023 deletions

View File

@@ -72,10 +72,12 @@ jobs:
cache: 'yarn'
- name: Install dependencies
run: yarn workspaces focus ${{ matrix.package }}
run: yarn install --immutable
- name: Build dependencies
run: yarn workspace ${{ matrix.package }} build
run: |
yarn workspace @discordjs/docgen build
yarn workspaces foreach --parallel --topological --recursive --from ${{ matrix.package }} build
- name: ESLint
run: yarn workspace ${{ matrix.package }} lint