Skip to content
This repository was archived by the owner on May 11, 2025. It is now read-only.

Commit 1ca5df3

Browse files
committed
fix bug of app & use pnpm instead of npm
1 parent 8eacfff commit 1ca5df3

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/cd.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ jobs:
2222
- name: Build Frontend
2323
run: |
2424
cd gui
25-
npm install
26-
npm run release
25+
npm install -g pnpm
26+
pnpm install
27+
pnpm release
2728
2829
2930
- name: Use Golang
@@ -40,7 +41,7 @@ jobs:
4041
- name: Process Application
4142
run: |
4243
mkdir deploy/app
43-
mv gui/dist deploy/app/
44+
mv app deploy/app/
4445
4546
- name: Commit Migration
4647
run: |

0 commit comments

Comments
 (0)