Skip to content

Commit

Permalink
ops: make canary match dev
Browse files Browse the repository at this point in the history
  • Loading branch information
arthyn committed Feb 21, 2024
1 parent ff6771a commit 49f61ab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
- name: Install Dependencies
run: npm ci
- working-directory: ./apps/tlon-web
run: |
npm ci
run:
npm run build
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 49f61ab

Please sign in to comment.