We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f37a582 commit b016e7eCopy full SHA for b016e7e
.circleci/config.yml
@@ -17,7 +17,7 @@ jobs:
17
- run:
18
name: yarn-with-greenkeeper
19
command: |
20
- sudo yarn global add greenkeeper-lockfile@1
+ yarn global add greenkeeper-lockfile@1
21
yarn
22
- save_cache:
23
key: dependency-cache-{{ checksum "package.json" }}
0 commit comments