Skip to content

Commit

Permalink
ci: setup pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
futrime committed Oct 31, 2024
1 parent 1e4c3f9 commit 917c20e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: pnpm/action-setup@v4

- run: |
pnpm ci
pnpm install
- run: |
pnpm build
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: pnpm/action-setup@v4

- run: |
pnpm ci
pnpm install
- run: |
pnpm pages:build
Expand All @@ -50,7 +50,7 @@ jobs:
- uses: pnpm/action-setup@v4

- run: |
pnpm ci
pnpm install
- run: |
pnpm lint

0 comments on commit 917c20e

Please sign in to comment.