Skip to content

Commit b016e7e

Browse files
committed
ci: remove sudo when using yarn global add
1 parent f37a582 commit b016e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- run:
1818
name: yarn-with-greenkeeper
1919
command: |
20-
sudo yarn global add greenkeeper-lockfile@1
20+
yarn global add greenkeeper-lockfile@1
2121
yarn
2222
- save_cache:
2323
key: dependency-cache-{{ checksum "package.json" }}

0 commit comments

Comments
 (0)