Skip to content

Commit 28d0f28

Browse files
committed
fix(ci): build before test:types so dist/index.d.ts exists
1 parent 4a70a22 commit 28d0f28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
- run: npm ci
2121
- run: npm run typecheck
2222
- run: npm test
23+
- run: npm run build
2324
- run: npm run test:types
2425
- run: npm run test:node-runtime
25-
- run: npm run build
2626

2727
bun-runtime:
2828
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)