We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
build
typecheck
1 parent 65d3e49 commit 814f79cCopy full SHA for 814f79c
.github/workflows/ci.yml
@@ -30,5 +30,8 @@ jobs:
30
- name: Lint
31
run: pnpm run lint
32
33
+ - name: Build
34
+ run: pnpm run build
35
+
36
- name: Typecheck
37
run: pnpm run typecheck
0 commit comments