Skip to content

Commit 136d870

Browse files
committed
fix: typechec
1 parent 96c79f3 commit 136d870

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/pr-builder.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ jobs:
118118
- name: 🧩 Install Dependencies
119119
id: install-dependencies
120120
run: pnpm install
121+
122+
- name: 🏗️ Build
123+
id: build
124+
run: pnpm build
121125

122126
- name: ☄️ Check Type Errors
123127
run: pnpm nx affected --target=typecheck --parallel=3 --base=${{ env.NX_BASE }} --head=${{ env.NX_HEAD }}

nx.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
"dependsOn": [
1616
"^build"
1717
]
18+
},
19+
"typecheck": {
20+
"dependsOn": [
21+
"^build"
22+
]
1823
}
1924
},
2025
"plugins": []

0 commit comments

Comments
 (0)