Skip to content

Commit

Permalink
fix bug of app & use pnpm instead of npm
Browse files Browse the repository at this point in the history
  • Loading branch information
zmh-program committed Jun 18, 2023
1 parent 8eacfff commit 1ca5df3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
- name: Build Frontend
run: |
cd gui
npm install
npm run release
npm install -g pnpm
pnpm install
pnpm release
- name: Use Golang
Expand All @@ -40,7 +41,7 @@ jobs:
- name: Process Application
run: |
mkdir deploy/app
mv gui/dist deploy/app/
mv app deploy/app/
- name: Commit Migration
run: |
Expand Down

0 comments on commit 1ca5df3

Please sign in to comment.