File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 4444 command : |
4545 semantic-release -e @oclif/semantic-release
4646 - save_cache :
47- key : v1-yarn -{{checksum ".circleci/config.yml"}}-{{checksum "yarn. lock"}}
47+ key : v1-npm -{{checksum ".circleci/config.yml"}}-{{checksum "package- lock.json "}}
4848 paths :
4949 - ~/cli/node_modules
5050 - ~/.npm
Original file line number Diff line number Diff line change 22
33set -ex
44
5- PATH=/usr/local/share/.config/yarn /global/node_modules/.bin:$PATH
5+ PATH=/usr/local/share/.config/npm /global/node_modules/.bin:$PATH
66
77if [[ " $CIRCLE_BRANCH " != greenkeeper/* ]]; then
8- yarn
9- # yarn check
8+ npm install
109 exit 0
1110fi
1211
@@ -17,9 +16,9 @@ if [[ ! -z "$GIT_EMAIL" ]] & [[ ! -z "$GIT_USERNAME" ]]; then
1716fi
1817
1918if [[ ! -x " $( command -v greenkeeper-lockfile-update) " ]]; then
20- yarn global add greenkeeper-lockfile@1
19+ npm install -g greenkeeper-lockfile@1
2120fi
2221
2322greenkeeper-lockfile-update
24- yarn
23+ npm install
2524greenkeeper-lockfile-upload
You can’t perform that action at this time.
0 commit comments