Skip to content

Commit

Permalink
ci (fix): build the addon before building and deploying the test app
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueCutOfficial committed Mar 1, 2024
1 parent 8e20935 commit 3e68bca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
node-version: 16.x
cache: pnpm

- name: Build addon
run: pnpm run build:addon

- name: Install and Build 🔧
run: |
pnpm install
Expand Down

0 comments on commit 3e68bca

Please sign in to comment.