Skip to content

Commit

Permalink
Add repository fields to some compat packages and add workflow trigge…
Browse files Browse the repository at this point in the history
…r for canary (#5587)
  • Loading branch information
hsubox76 committed Oct 11, 2021
1 parent 8c6b2ca commit 352cc26
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .changeset/nervous-eagles-double.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@firebase/database-compat': patch
'@firebase/firestore-compat': patch
'@firebase/storage-compat': patch
---

Add "repository" field to package.json files that were missing it.
1 change: 1 addition & 0 deletions .github/workflows/canary-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
workflow_dispatch:

jobs:
deploy:
Expand Down
8 changes: 8 additions & 0 deletions packages/database-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,13 @@
},
"devDependencies": {
"@firebase/app-compat": "0.1.4"
},
"repository": {
"directory": "packages/database-compat",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
}
}
10 changes: 9 additions & 1 deletion packages/firestore-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,13 @@
"typescript": "4.2.2"
},
"license": "Apache-2.0",
"typings": "dist/src/index.d.ts"
"typings": "dist/src/index.d.ts",
"repository": {
"directory": "packages/firestore-compat",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
}
}
10 changes: 9 additions & 1 deletion packages/storage-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,13 @@
},
"files": [
"dist"
]
],
"repository": {
"directory": "packages/storage-compat",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
}
}

0 comments on commit 352cc26

Please sign in to comment.