Skip to content

Commit

Permalink
Update build workflow to build all workspaces
Browse files Browse the repository at this point in the history
We split the build command for the old and new themes in #2503

See #2495
  • Loading branch information
adamwoodnz committed Jun 6, 2024
1 parent 380e12c commit 0574fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: yarn install and build
run: |
yarn
yarn build
yarn workspaces run build
- name: Trim the repo down to just the source and built files
run: |
Expand Down

0 comments on commit 0574fe2

Please sign in to comment.