Skip to content

Commit

Permalink
ops: add package build step
Browse files Browse the repository at this point in the history
  • Loading branch information
arthyn committed Oct 1, 2024
1 parent 2542c80 commit 7b5102a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
run_install: |
- recursive: true
args: [--frozen-lockfile]
- name: Build packages
run: pnpm build:all
- working-directory: ./apps/tlon-web-new
run: pnpm build:alpha
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 7b5102a

Please sign in to comment.