Skip to content

Commit 65f42fb

Browse files
committed
chore(circleci): install pnpm with sudo
1 parent d671cfb commit 65f42fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
echo "registry=https://registry.npmjs.org/" >> ~/.npmrc
1414
- run:
1515
name: Install pnpm
16-
command: npm install --global pnpm
16+
command: sudo npm install --global pnpm
1717
- run:
1818
name: Install Dependencies
1919
command: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)