Skip to content

Commit

Permalink
fix: Build provider first
Browse files Browse the repository at this point in the history
  • Loading branch information
richtera committed Oct 8, 2024
1 parent 6f8eb22 commit 25e567d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ jobs:
- name: 🎨 Lint Format
run: yarn lint:format

- name: 🎨 Lint Types
run: yarn lint:types

- name: 🛠 Build Provider
run: yarn build:provider

- name: 🎨 Lint Types
run: yarn lint:types

- name: 🛠 Build
run: yarn build

Expand Down

0 comments on commit 25e567d

Please sign in to comment.