Skip to content

Commit

Permalink
Add build packages step so we cross package imports get resolved corr…
Browse files Browse the repository at this point in the history
…ectly
  • Loading branch information
jdmon committed Sep 3, 2024
1 parent fe1e096 commit 7c9b1d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: Install dependencies
run: yarn install

- name: Build packages
run: yarn build

# Tests
- name: Run tests
run: yarn test
Expand Down

0 comments on commit 7c9b1d7

Please sign in to comment.