Skip to content

Commit 7073f8c

Browse files
committed
Remove unnecessary step from CI
1 parent c6edaa3 commit 7073f8c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ jobs:
4343
cache: yarn
4444
- name: install dependencies
4545
run: yarn install --frozen-lockfile --non-interactive
46-
- name: build stable type definitions
47-
run: yarn build:types
4846
- name: Check published types
4947
run: yarn type-check:types
5048

0 commit comments

Comments
 (0)