Skip to content

Commit 20805fd

Browse files
author
BookDock Dev
committed
ci: 修改流水线
1 parent b36cab9 commit 20805fd

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/android-release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@ jobs:
4141
NPM_CONFIG_REGISTRY: https://registry.npmjs.org/
4242
run: pnpm install --no-frozen-lockfile
4343

44-
- name: Prebuild Android
45-
run: |
46-
cd apps/mobile
47-
npx expo prebuild --clean --platform android
48-
4944
- name: Build Android APK
5045
run: |
5146
cd apps/mobile/android

.github/workflows/feat-test-release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,6 @@ jobs:
100100
NPM_CONFIG_REGISTRY: https://registry.npmjs.org/
101101
run: pnpm install --no-frozen-lockfile
102102

103-
- name: Prebuild Android
104-
run: |
105-
cd apps/mobile
106-
npx expo prebuild --platform android
107-
108103
- name: Build Android APK
109104
run: |
110105
cd apps/mobile/android

0 commit comments

Comments
 (0)