We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3759037 + 224fc52 commit cc4185dCopy full SHA for cc4185d
1 file changed
.github/workflows/tests.yml
@@ -26,6 +26,8 @@ jobs:
26
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061
27
- name: Install packages
28
run: pnpm install
29
+ - name: Run build
30
+ run: pnpm build
31
- name: Run Tests
32
run: pnpm test
33
env:
0 commit comments