Skip to content

Commit

Permalink
Build first so that packages are available
Browse files Browse the repository at this point in the history
  • Loading branch information
WesSouza committed Dec 22, 2023
1 parent 60347b0 commit 2f45871
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint-typecheck-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: Install
run: yarn install --frozen-lockfile

- name: Build
run: yarn workspaces run build

- name: Check formatting
run: yarn check:format

Expand All @@ -42,6 +45,3 @@ jobs:

- name: Test
run: yarn test:ci

- name: Build
run: yarn workspaces run build

0 comments on commit 2f45871

Please sign in to comment.