We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f405d45 commit bee7e0aCopy full SHA for bee7e0a
.github/workflows/ci.yml
@@ -39,5 +39,8 @@ jobs:
39
- name: Install
40
run: pnpm install
41
42
+ - name: Stub
43
+ run: pnpm run stub
44
+
45
- name: Typecheck
46
run: pnpm run typecheck
0 commit comments