Skip to content

Commit

Permalink
Build workspaces in the right order
Browse files Browse the repository at this point in the history
  • Loading branch information
jaclarke committed Nov 6, 2023
1 parent 41daab2 commit a3ac72b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,10 @@ jobs:
- name: Build
run: |
yarn workspaces run build
yarn workspace edgedb build
yarn workspace @edgedb/auth-core build
yarn workspace @edgedb/auth-nextjs build
yarn workspace @edgedb/generate build
# - name: Compile for Deno
# run: |
Expand Down

0 comments on commit a3ac72b

Please sign in to comment.