Skip to content

Commit 4ccb0c2

Browse files
committed
Fix Greenkeeper Lockfile CircleCi setup
1 parent 0d5b27a commit 4ccb0c2

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
# fallback to using the latest cache if no exact match is found
2727
- v1-dependencies-
2828

29-
- run: npm -g install greenkeeper-lockfile@1
29+
- run: npm install greenkeeper-lockfile@1
3030
- run: npm install
31-
- run: greenkeeper-lockfile-update
31+
- run: ./node_modules/.bin/greenkeeper-lockfile-update
3232

3333
- save_cache:
3434
paths:
@@ -38,4 +38,4 @@ jobs:
3838
# run tests!
3939
- run: npm test
4040

41-
- run: greenkeeper-lockfile-upload
41+
- run: ./node_modules/.bin/greenkeeper-lockfile-upload

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
# Microservice with Micro, Typescript, Jest and Prettier boilerplate
22

3-
<<<<<<< Updated upstream
4-
[![CircleCI](https://circleci.com/gh/nerdsofalltrades/micro-typescript-jest-prettier-boilerplate.svg?style=svg)](https://circleci.com/gh/nerdsofalltrades/micro-typescript-jest-prettier-boilerplate) [![Greenkeeper badge](https://badges.greenkeeper.io/nerdsofalltrades/micro-typescript-jest-prettier-boilerplate.svg)](https://greenkeeper.io/)
5-
=======
63
[![CircleCI](https://circleci.com/gh/nerdsofalltrades/micro-typescript-jest-prettier-boilerplate.svg?style=svg)](https://circleci.com/gh/nerdsofalltrades/micro-typescript-jest-prettier-boilerplate)
74
[![Greenkeeper badge](https://badges.greenkeeper.io/nerdsofalltrades/micro-typescript-jest-prettier-boilerplate.svg)](https://greenkeeper.io/)
8-
>>>>>>> Stashed changes
95

106
A boilerplate for building microservices with Micro, Typescript and Jest.
117

0 commit comments

Comments
 (0)