Skip to content

Commit

Permalink
Remove unnecessary step from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wagenet committed Dec 6, 2022
1 parent c6edaa3 commit 7073f8c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ jobs:
cache: yarn
- name: install dependencies
run: yarn install --frozen-lockfile --non-interactive
- name: build stable type definitions
run: yarn build:types
- name: Check published types
run: yarn type-check:types

Expand Down

0 comments on commit 7073f8c

Please sign in to comment.