File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
510A boilerplate for building microservices with Micro, Typescript and Jest.
611
You can’t perform that action at this time.
0 commit comments