We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3402182 commit 735eb56Copy full SHA for 735eb56
1 file changed
.github/workflows/test.yml
@@ -36,6 +36,9 @@ jobs:
36
- name: Install dependencies for monorepo
37
run: pnpm install --recursive --frozen-lockfile
38
39
+ - name: Build all projects
40
+ run: pnpm run build
41
+
42
- name: Run Test
43
run: pnpm run test:coverage
44
# endregion
0 commit comments