Skip to content

Commit e4ef88c

Browse files
committed
workflow typechecks and tests
1 parent d5f1454 commit e4ef88c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- name: Install dependencies
3131
run: pnpm install --frozen-lockfile
3232

33+
- name: Build packages
34+
run: pnpm build
35+
3336
- name: Run tests
3437
run: pnpm test
3538

@@ -125,5 +128,8 @@ jobs:
125128
- name: Install dependencies
126129
run: pnpm install --frozen-lockfile
127130

131+
- name: Build packages
132+
run: pnpm build
133+
128134
- name: Type check
129135
run: pnpm typecheck

0 commit comments

Comments
 (0)