Skip to content

Commit 8499908

Browse files
committed
Merge pull request #4 from unfold/ci
Add CircleCI integration
2 parents b386490 + e6f1b3b commit 8499908

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
coverage/
2+
lib/
23
node_modules/

circle.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
machine:
2+
node:
3+
version: 5.9.1
4+
5+
dependencies:
6+
override:
7+
- npm install --ignore-scripts
8+
9+
test:
10+
override:
11+
- npm run lint
12+
- npm test

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
"url": "https://github.com/unfold/react-firebase.git"
1717
},
1818
"files": [
19-
"dist",
20-
"lib",
21-
"src"
19+
"lib"
2220
],
2321
"keywords": [
2422
"react",
@@ -32,6 +30,7 @@
3230
},
3331
"homepage": "https://github.com/unfold/react-firebase",
3432
"devDependencies": {
33+
"babel-cli": "6.6.5",
3534
"babel-eslint": "5.0.0",
3635
"babel-loader": "6.2.4",
3736
"eslint": "2.4.0",

0 commit comments

Comments
 (0)