Skip to content

Commit

Permalink
ci: 🎡 修改workflow配置
Browse files Browse the repository at this point in the history
  • Loading branch information
coder-czy committed Dec 20, 2023
1 parent 2dee3b0 commit ec55c61
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 @@ -69,8 +69,8 @@ jobs:
# 如果没有命中缓存才执行 npm install
if: steps.cache-deps.outputs.cache-hit != 'true'
run: |
npm install
pnpm run build:prod
npm install --legacy-peer-deps
npm run build:prod
# 部署到gh-pages分支
- name: deploy
Expand Down

0 comments on commit ec55c61

Please sign in to comment.