Skip to content

Commit 352cc26

Browse files
authored
Add repository fields to some compat packages and add workflow trigger for canary (#5587)
1 parent 8c6b2ca commit 352cc26

File tree

5 files changed

+34
-2
lines changed

5 files changed

+34
-2
lines changed

.changeset/nervous-eagles-double.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@firebase/database-compat': patch
3+
'@firebase/firestore-compat': patch
4+
'@firebase/storage-compat': patch
5+
---
6+
7+
Add "repository" field to package.json files that were missing it.

.github/workflows/canary-deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
workflow_dispatch:
78

89
jobs:
910
deploy:

packages/database-compat/package.json

+8
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,13 @@
4949
},
5050
"devDependencies": {
5151
"@firebase/app-compat": "0.1.4"
52+
},
53+
"repository": {
54+
"directory": "packages/database-compat",
55+
"type": "git",
56+
"url": "https://github.com/firebase/firebase-js-sdk.git"
57+
},
58+
"bugs": {
59+
"url": "https://github.com/firebase/firebase-js-sdk/issues"
5260
}
5361
}

packages/firestore-compat/package.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,13 @@
4444
"typescript": "4.2.2"
4545
},
4646
"license": "Apache-2.0",
47-
"typings": "dist/src/index.d.ts"
47+
"typings": "dist/src/index.d.ts",
48+
"repository": {
49+
"directory": "packages/firestore-compat",
50+
"type": "git",
51+
"url": "https://github.com/firebase/firebase-js-sdk.git"
52+
},
53+
"bugs": {
54+
"url": "https://github.com/firebase/firebase-js-sdk/issues"
55+
}
4856
}

packages/storage-compat/package.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,13 @@
4545
},
4646
"files": [
4747
"dist"
48-
]
48+
],
49+
"repository": {
50+
"directory": "packages/storage-compat",
51+
"type": "git",
52+
"url": "https://github.com/firebase/firebase-js-sdk.git"
53+
},
54+
"bugs": {
55+
"url": "https://github.com/firebase/firebase-js-sdk/issues"
56+
}
4957
}

0 commit comments

Comments
 (0)