Skip to content

Commit

Permalink
Merge pull request #199 from firebase/ss-geofire-utils
Browse files Browse the repository at this point in the history
Multipackage
  • Loading branch information
puf committed Sep 25, 2020
2 parents 610fd78 + f91344b commit 74dce6c
Show file tree
Hide file tree
Showing 30 changed files with 14,815 additions and 3,304 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Expand Up @@ -27,6 +27,7 @@ jobs:
key: ${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}

- run: npm install
- run: npm run bootstrap
- run: npm run lint
- run: npm run test
- run: npm run coverage
Expand All @@ -35,3 +36,4 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: packages/geofire/coverage/lcov.info
21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

6 changes: 6 additions & 0 deletions lerna.json
@@ -0,0 +1,6 @@
{
"version": "5.0.1",
"packages": [
"packages/*"
]
}

0 comments on commit 74dce6c

Please sign in to comment.