Skip to content

Commit

Permalink
fix: fixed global add
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 2, 2018
1 parent f0ea206 commit 6e5fb0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/circle.yml.ejs
Expand Up @@ -69,7 +69,7 @@ jobs:
keys:
- v0-{{checksum ".circleci/config.yml"}}-{{ checksum "yarn.lock"}}
- attach_workspace: {at: node_modules}
- run: yarn global add greenkeeper-lockfile@1<%- semantic_release ? '@anycli/semantic-release@1 semantic-release@12' : '' %>
- run: yarn global add greenkeeper-lockfile@1<%- semantic_release ? ' @anycli/semantic-release@1 semantic-release@12' : '' %>
- run: yarn add -D $DEPS
- save_cache:
key: v001-{{checksum ".circleci/config.yml"}}-{{checksum "yarn.lock"}}
Expand Down

0 comments on commit 6e5fb0e

Please sign in to comment.