Skip to content

Commit 8d9b275

Browse files
committed
build the package to get the types
1 parent e637788 commit 8d9b275

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
- run: npm i
18+
- run: npm run build
19+
working-directory: ./packages/components
1820
- run: tsc
1921

2022
test:

0 commit comments

Comments
 (0)