Skip to content

Commit

Permalink
Merge pull request #924 from mainmatter/fix-deploy-pipeline
Browse files Browse the repository at this point in the history
CI (fix): Build the addon before building and deploying the test app
  • Loading branch information
BlueCutOfficial authored Mar 1, 2024
2 parents 853c5cb + 3e68bca commit c203a2a
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 c203a2a

Please sign in to comment.