Skip to content

Commit

Permalink
pnpm update instead of add
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongarciah committed Aug 21, 2024
1 parent 87d4653 commit ba3340e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ jobs:
- run:
name: Resolve typescript version
command: |
pnpm add typescript@next -d -w
pnpm update -r typescript@next
# log a patch for maintainers who want to check out this change
git --no-pager diff HEAD
- run:
Expand Down

0 comments on commit ba3340e

Please sign in to comment.