We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14dbae commit 25e61ffCopy full SHA for 25e61ff
1 file changed
.github/workflows/build-packages.yaml
@@ -25,6 +25,9 @@ jobs:
25
- name: Install dependencies
26
run: pnpm install
27
28
+ - name: Build typescript
29
+ run: pnpm exec tsc -b
30
+
31
- name: Build
32
run: pnpm build:packages
33
0 commit comments