Skip to content

Commit 31dee14

Browse files
committed
test release
1 parent 64d2bec commit 31dee14

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ jobs:
100100
cache: "maven"
101101

102102
# 构建静态文件信息
103-
- name: Npm install & build & copy
103+
- name: Yarn install & build & copy
104104
run: |
105105
cd chat2db-client
106-
npm install
107-
npm run build:web:prod --appVersion=1.0.${{ github.run_id }} --appPort=10822
106+
yarn install
107+
yarn run build:web:prod --appVersion=1.0.${{ github.run_id }} --appPort=10822
108108
109109
# cp -r dist ../chat2db-server/chat2db-server-start/src/main/resources/static/front
110110
# 编译服务端java版本
@@ -116,7 +116,7 @@ jobs:
116116
run: |
117117
cp chat2db-server/chat2db-server-start/target/chat2db-server-start.jar chat2db-client/static/
118118
119-
- name: npm install electron
119+
- name: yarn install electron
120120
run: |
121121
cd chat2db-client
122122

0 commit comments

Comments
 (0)