Skip to content

Commit 9ddd49a

Browse files
committed
fix: remove useless build-web job from ci
1 parent 1334bb3 commit 9ddd49a

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,3 @@ jobs:
4646

4747
- name: Build package
4848
run: yarn prepack
49-
50-
build-web:
51-
runs-on: ubuntu-latest
52-
steps:
53-
- name: Checkout
54-
uses: actions/checkout@v3
55-
56-
- name: Setup
57-
uses: ./.github/actions/setup
58-
59-
- name: Build example for Web
60-
run: |
61-
yarn example expo export:web

0 commit comments

Comments
 (0)