We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b048d5 commit 6c77448Copy full SHA for 6c77448
.github/workflows/ci.yml
@@ -32,3 +32,6 @@ jobs:
32
33
- name: Typecheck
34
run: pnpm run typecheck
35
+
36
+ - name: Build
37
+ run: pnpm run build
0 commit comments