mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
ci: fix typechecking in ci
This commit is contained in:
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user