Skip to content

Commit

Permalink
replace yarn usage with pnpm in deploy gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksaC committed May 20, 2024
1 parent 67b4f84 commit 9ff8914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
- name: Run linting & type checking
run: |
yarn typecheck
yarn lint-ci
pnpm typecheck
pnpm lint-ci
- name: Set up next build cache
uses: actions/cache@v4
Expand Down

0 comments on commit 9ff8914

Please sign in to comment.