Skip to content

Commit

Permalink
Merge pull request #3982 from tloncorp/hm/fix-canary-deploy
Browse files Browse the repository at this point in the history
ops: add package build step for canary
  • Loading branch information
patosullivan authored Oct 2, 2024
2 parents 2542c80 + 7b5102a commit 4dbe81c
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 4dbe81c

Please sign in to comment.