We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aefa7c3 commit 0ca0dafCopy full SHA for 0ca0daf
1 file changed
.github/workflows/ci.yaml
@@ -36,5 +36,8 @@ jobs:
36
- name: Setup
37
uses: ./.github/actions/setup-node-pnpm-install
38
39
+ - name: Build all packages
40
+ run: pnpm build
41
+
42
- name: Test
43
run: pnpm test
0 commit comments