Skip to content

Commit

Permalink
fix: 🧩 npm 改为pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
coder-czy committed Dec 19, 2023
1 parent 35392f3 commit b2411f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
# 安装依赖
- name: Install dependencies and build
run: |
npm install
npm run build:prod
pnpm install
pnpm run build:prod
# 部署到gh-pages分支
- name: deploy
Expand Down

0 comments on commit b2411f3

Please sign in to comment.