Skip to content

Commit 694b9f0

Browse files
committed
chore: remove type check step from release workflow
1 parent 9f24b9a commit 694b9f0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ jobs:
3939
- name: Install dependencies
4040
run: pnpm install --frozen-lockfile
4141

42-
- name: Type check
43-
run: pnpm type-check
44-
4542
- name: Build package
4643
run: pnpm build
4744

0 commit comments

Comments
 (0)