Skip to content

Commit

Permalink
fix --legacy-peer-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Baiyuetribe committed Jan 12, 2024
1 parent fd9a0f2 commit c69b963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
runs-on: ubuntu-latest # 构建环境使用 ubuntu
steps:
- uses: actions/[email protected] # 将代码拉到虚拟机
name: 虚拟机代码clone
name: 克隆代码
with:
fetch-depth: 1

- name: VUE构建 # 前端
run: |
cd vue
npm install
npm install --legacy-peer-deps
npm run build
- name: Rust构建 # 后端
Expand Down

0 comments on commit c69b963

Please sign in to comment.