We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 070198b commit 46ab3acCopy full SHA for 46ab3ac
.github/workflows/ci.yml
@@ -44,6 +44,9 @@ jobs:
44
- name: Install dependencies
45
run: pnpm install --frozen-lockfile
46
47
+ - name: Build packages (required for typecheck)
48
+ run: pnpm build
49
+
50
- name: Type check
51
run: pnpm typecheck
52
@@ -120,6 +123,9 @@ jobs:
120
123
121
124
122
125
126
+ - name: Build packages (required for tests)
127
128
129
- name: Run tests
130
run: pnpm test
131
0 commit comments