Skip to content

Commit

Permalink
Merge pull request #3284 from KouShenhai/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
KouShenhai authored Jan 7, 2025
2 parents 61ddae6 + ef40a44 commit 41dcbf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
- name: Install pnpm
run: npm install -g pnpm
- name: Install UI
run: pnpm install --prefix ./ui/pnpm-lock.yaml
run: pnpm install --prefix ./ui
- name: Build UI
run: pnpm build --prefix ./ui/pnpm-lock.yaml
run: pnpm build --prefix ./ui
- name: Build the Docker image
run: |
# 登录阿里云镜像仓库
Expand Down

0 comments on commit 41dcbf9

Please sign in to comment.