We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a14dbae commit cde59d0Copy full SHA for cde59d0
1 file changed
.github/workflows/build-packages.yaml
@@ -30,3 +30,6 @@ jobs:
30
31
- name: Build (prod)
32
run: pnpm build:packages:prod
33
+
34
+ - name: Build typescript
35
+ run: pnpm exec tsc -b
0 commit comments