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 ae93726 commit 7150a8eCopy full SHA for 7150a8e
.github/workflows/ci.yml
@@ -21,6 +21,8 @@ jobs:
21
run: bun run lint
22
- name: Typecheck
23
run: bun run test:types
24
+ - name: Build
25
+ run: bun run build
26
- name: Debug test:types execution
27
run: |
28
cd examples/ts-plugin-example
0 commit comments