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.
2 parents 4330781 + fe4be4b commit 5bef086Copy full SHA for 5bef086
.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