Skip to content

Commit 381c1f0

Browse files
committed
fix(ci): build core before worker typecheck
1 parent 55a59ef commit 381c1f0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
with:
2222
node-version: 22
2323
cache: pnpm
24-
- run: pnpm install --frozen-lockfile=false
24+
- run: pnpm install --frozen-lockfile
25+
- run: pnpm --filter @csvshape/core build
2526
- run: pnpm lint
2627
- run: pnpm typecheck
2728
- run: pnpm test

0 commit comments

Comments
 (0)