Skip to content

Commit

Permalink
rebuilding elastic indexes and graphql graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bamieh committed Jan 22, 2018
1 parent 3a33764 commit 0f93e81
Show file tree
Hide file tree
Showing 62 changed files with 639 additions and 740 deletions.
4 changes: 2 additions & 2 deletions .codeclimate.yml
Expand Up @@ -6,12 +6,12 @@ engines:
- javascript
exclude_paths:
- "packages/**/distribution/"
- "packages/**/build/"
- "features/"
- "**/node_modules/"
- script/
- "**/test/"
eslint:
enabled: true
ratings:
paths:
- "**.js"
- "**.js"
26 changes: 26 additions & 0 deletions CONTRIBUTING.md
@@ -0,0 +1,26 @@
# Contributing
This document is still being written, feel free to open an issue to discuss any aspect of confusion in the project.

## Packages


## Lerna Usage

### Running tests

```bash
$ npm run lerna:test
```

### Bootstrapping the packages

```bash
$ npm run lerna:bootstrap
```

### Installing a new package

```bash
$ npm run lerna:install -- <package-name> --scope=<target-package>
```

1 change: 0 additions & 1 deletion README.md
Expand Up @@ -11,7 +11,6 @@
<p align="center">
<a href="https://codecov.io/gh/Bamieh/reflow"><img alt="Coverage Status" src="https://codecov.io/gh/Bamieh/reflow/branch/master/graph/badge.svg?maxAge=43200"></a>
<a href="https://codeclimate.com/github/Bamieh/reflow/maintainability"><img src="https://api.codeclimate.com/v1/badges/28111714f1d4d3e08279/maintainability" /></a>
<a href="https://codeclimate.com/github/Bamieh/reflow/test_coverage"><img src="https://api.codeclimate.com/v1/badges/28111714f1d4d3e08279/test_coverage" /></a>
</p>

## Intro
Expand Down
3 changes: 1 addition & 2 deletions lerna.json
Expand Up @@ -3,8 +3,7 @@
"commands": {
"publish": {
"ignore": [
"example-core",
"example-analytics"
"example-*"
]
}
},
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -7,6 +7,7 @@
"lerna:publish": "lerna publish",
"lerna:clean": "lerna clean",
"lerna:bootstrap": "lerna bootstrap",
"lerna:install": "lerna add",
"lerna:test": "lerna run --scope reflow-core --scope reflow-analytics test",
"lerna:report-coverage": "lerna run report-coverage"
}
Expand Down
38 changes: 0 additions & 38 deletions packages/example-analytics/index.js

This file was deleted.

0 comments on commit 0f93e81

Please sign in to comment.