Skip to content

Commit c85ed1f

Browse files
committed
ci(workflows): remove the mobile build and release script from git-action
1 parent b952e35 commit c85ed1f

File tree

5 files changed

+1
-15
lines changed

5 files changed

+1
-15
lines changed

.github/workflows/auto-all-publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ jobs:
6464
- name: Run Build ThemeSaas
6565
run: pnpm build:themeSaas
6666

67-
- name: Run Build ThemeMobile
68-
run: pnpm build:themeMobile
69-
7067
- name: Run Build Utils
7168
run: pnpm build:utils
7269

.github/workflows/dispatch-all-publish-alpha.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ jobs:
7676
- name: Run Build ThemeSaas
7777
run: pnpm build:themeSaas
7878

79-
- name: Run Build ThemeMobile
80-
run: pnpm build:themeMobile
81-
8279
- name: Run Build Utils
8380
run: pnpm build:utils
8481

.github/workflows/dispatch-renderless-theme-publish-alpha.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ jobs:
7373
if: contains(inputs.components, 'theme-saas') == true
7474
run: pnpm build:themeSaas
7575

76-
- name: Run Build ThemeMobile
77-
if: contains(inputs.components, 'theme-mobile') == true
78-
run: pnpm build:themeMobile
79-
8076
- name: Run Build Runtime
8177
if: contains(inputs.components, 'runtime') == true
8278
run: pnpm build:runtime

.github/workflows/dispatch-renderless-theme-publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@ jobs:
7676
if: contains(inputs.components, 'theme-saas') == true
7777
run: pnpm build:themeSaas
7878

79-
- name: Run Build ThemeMobile
80-
if: contains(inputs.components, 'theme-mobile') == true
81-
run: pnpm build:themeMobile
82-
8379
- name: Run Build Runtime
8480
if: contains(inputs.components, 'runtime') == true
8581
run: pnpm build:runtime

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,4 +261,4 @@
261261
"build": "pnpm -w build:ui",
262262
"postversion": "pnpm build"
263263
}
264-
}
264+
}

0 commit comments

Comments
 (0)