Skip to content

Commit

Permalink
chore(circleci): sudo install pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Nov 23, 2021
1 parent 20026a9 commit 0e11350
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,13 +195,13 @@ jobs:
- checkout
- run:
name: Install pnpm
command: npm install --global pnpm
command: sudo npm install --global pnpm
- install_deps
- attach_workspace:
at: .
- run:
name: Release
command: semantic-release
command: pnpm semantic-release

workflows:
version: 2
Expand Down

0 comments on commit 0e11350

Please sign in to comment.