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 b016e7e commit c4d2668Copy full SHA for c4d2668
.circleci/config.yml
@@ -11,13 +11,13 @@ jobs:
11
- checkout
12
- run: echo 'export PATH=${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin' >> $BASH_ENV
13
- run: curl --compressed -o- -L https://yarnpkg.com/install.sh | bash
14
- - run: source ~/.bashrc
+ - run: sudo ln -sf ~/.yarn/bin/yarn /usr/local/bin/yarn
15
- restore_cache:
16
key: dependency-cache-{{ checksum "package.json" }}
17
- run:
18
name: yarn-with-greenkeeper
19
command: |
20
- yarn global add greenkeeper-lockfile@1
+ sudo yarn global add greenkeeper-lockfile@1
21
yarn
22
- save_cache:
23
0 commit comments