Skip to content

Commit

Permalink
chore(github): disable typecheck to publish edge package
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Sep 7, 2023
1 parent 22f7536 commit 3ed282d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
- name: Build
run: pnpm run build

- name: Typecheck
run: pnpm run typecheck
# - name: Typecheck
# run: pnpm run typecheck

- name: Release Edge
if: github.event_name == 'push'
Expand Down

0 comments on commit 3ed282d

Please sign in to comment.