Skip to content

Commit 648c4ca

Browse files
committedMar 6, 2025·
fix: validate correct type exports
1 parent ff1ad2a commit 648c4ca

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+408
-215
lines changed
 

‎.github/workflows/test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ jobs:
3939

4040
- name: Test
4141
run: pnpm run test
42+
43+
- name: Check built types
44+
run: pnpm test:attw

0 commit comments

Comments
 (0)
Please sign in to comment.