Skip to content

Commit

Permalink
ci: split two steps
Browse files Browse the repository at this point in the history
  • Loading branch information
EastSun5566 committed Sep 25, 2024
1 parent e869da4 commit 6d08498
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ jobs:
with:
node-version: 18.x
- uses: pnpm/action-setup@v4
- run: |
pnpm i
pnpm build
- run: pnpm i
- run: pnpm build

0 comments on commit 6d08498

Please sign in to comment.