Skip to content

Commit 0d5b27a

Browse files
committed
Add greenkeeper
1 parent af7e7ba commit 0d5b27a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.circleci/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,16 @@ 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
2930
- run: npm install
31+
- run: greenkeeper-lockfile-update
3032

3133
- save_cache:
3234
paths:
3335
- node_modules
3436
key: v1-dependencies-{{ checksum "package.json" }}
3537

3638
# run tests!
37-
- run: npm test
39+
- run: npm test
40+
41+
- run: greenkeeper-lockfile-upload

README.md

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

3+
<<<<<<< Updated upstream
34
[![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+
=======
6+
[![CircleCI](https://circleci.com/gh/nerdsofalltrades/micro-typescript-jest-prettier-boilerplate.svg?style=svg)](https://circleci.com/gh/nerdsofalltrades/micro-typescript-jest-prettier-boilerplate)
7+
[![Greenkeeper badge](https://badges.greenkeeper.io/nerdsofalltrades/micro-typescript-jest-prettier-boilerplate.svg)](https://greenkeeper.io/)
8+
>>>>>>> Stashed changes
49
510
A boilerplate for building microservices with Micro, Typescript and Jest.
611

0 commit comments

Comments
 (0)