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 b7ab669 commit 3a1273dCopy full SHA for 3a1273d
1 file changed
.github/workflows/ci.yml
@@ -28,6 +28,9 @@ jobs:
28
- name: Lint
29
run: yarn lint
30
31
+ - name: Build dependencies (for type check)
32
+ run: ./scripts/build_api.sh
33
+
34
- name: Type check
35
run: yarn typecheck
36
0 commit comments