Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
wyt1215819315 committed Dec 14, 2023
1 parent 8ee932d commit 1338ad7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ jobs:
restore-keys: |
${{ runner.os }}-pnpm-store-
- name: 初始化前端子项目
run: git submodule init && git submodule update --init --recursive

- name: 安装前端依赖
run: |
cd autoplan-front && pnpm install --no-frozen-lockfile
Expand Down

0 comments on commit 1338ad7

Please sign in to comment.