We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f1454 commit e4ef88cCopy full SHA for e4ef88c
1 file changed
.github/workflows/ci.yml
@@ -30,6 +30,9 @@ jobs:
30
- name: Install dependencies
31
run: pnpm install --frozen-lockfile
32
33
+ - name: Build packages
34
+ run: pnpm build
35
+
36
- name: Run tests
37
run: pnpm test
38
@@ -125,5 +128,8 @@ jobs:
125
128
126
129
127
130
131
132
133
134
- name: Type check
135
run: pnpm typecheck
0 commit comments