chore(github): disable typecheck to publish edge package

This commit is contained in:
Benjamin Canac
2023-09-07 14:28:12 +02:00
parent 22f7536154
commit 3ed282df98

View File

@@ -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'