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 d1cd603 commit ce994c1Copy full SHA for ce994c1
.github/workflows/lint.yml
@@ -45,6 +45,8 @@ jobs:
45
- name: Lint
46
run: pnpm lint
47
48
+ # Need to build before "check-types" for export types to be available
49
+
50
- name: Build
51
run: pnpm build
52
0 commit comments