Skip to content

Commit

Permalink
fix: 安装依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
IceOfSummer committed Oct 31, 2024
1 parent 5fc61ac commit 612d9f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
node-version: "20"
cache: 'pnpm'
cache-dependency-path: repo/pnpm-lock.yaml
- name: Install dependencies
run: cd repo && pnpm i
- name: Lint Project
run: cd repo && pnpm run lint
- name: Build Project
Expand Down

0 comments on commit 612d9f7

Please sign in to comment.