Skip to content

Commit 500d896

Browse files
authored
Merge branch 'master' into feature/remove_typedi
2 parents 6b996db + f2725f7 commit 500d896

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
version: 2
66
jobs:
77
build:
8+
docker:
9+
- image: circleci/node:8.9.4
810
steps:
911
- checkout
1012

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jest.config.js
1717
tsconfig.json
1818
tsconfig.prod.json
1919
tslint.json
20+
.circleci
2021

2122
# Log files
2223
npm-debug.log*

0 commit comments

Comments
 (0)