ci: fix building before linting/testing

This commit is contained in:
iCrawl
2022-07-18 14:20:11 +02:00
parent 21d61ca260
commit 78d013f87c
3 changed files with 8 additions and 30 deletions

View File

@@ -18,6 +18,9 @@ jobs:
- name: Install dependencies
run: yarn --immutable
- name: Build dependencies
run: yarn build
- name: ESLint
run: yarn lint
@@ -27,6 +30,3 @@ jobs:
- name: Upload Coverage
uses: ./packages/actions/src/uploadCoverage
if: github.repository_owner == 'discordjs'
- name: Build
run: yarn build