Skip to content

Commit

Permalink
CI: Fix CI job.
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphsps authored Mar 18, 2024
1 parent 0838a44 commit 170b021
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ jobs:
typecheck:
name: ✅ Typecheck
timeout-minutes: 15
needs: [build]
runs-on: ubuntu-latest
steps:
- name: 🕶️ Checkout repository
Expand All @@ -78,7 +77,7 @@ jobs:
- name: 📦 Install
uses: ./.github/common/install

- name: 🔨 Build
- name: 🔨 Build Packages
run: bun run build:packages

- name: ✅ Typecheck
Expand Down

0 comments on commit 170b021

Please sign in to comment.