mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-27 18:30:35 +01:00
chore(github): disable typecheck to publish edge package
This commit is contained in:
4
.github/workflows/ci-dev.yml
vendored
4
.github/workflows/ci-dev.yml
vendored
@@ -55,8 +55,8 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: pnpm run build
|
run: pnpm run build
|
||||||
|
|
||||||
- name: Typecheck
|
# - name: Typecheck
|
||||||
run: pnpm run typecheck
|
# run: pnpm run typecheck
|
||||||
|
|
||||||
- name: Release Edge
|
- name: Release Edge
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
|
|||||||
Reference in New Issue
Block a user