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.
1 parent fb623b9 commit 5012917Copy full SHA for 5012917
.github/workflows/build.yml
@@ -25,5 +25,8 @@ jobs:
25
- name: Run Linter
26
run: npm run lint
27
28
+ - name: Run Typecheck
29
+ run: npm run typecheck
30
+
31
- name: Build Project
32
run: npm run build
0 commit comments