Skip to content

Commit 947d5af

Browse files
committed
change experimental to community
1 parent 69ee703 commit 947d5af

File tree

8 files changed

+3
-3
lines changed

8 files changed

+3
-3
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
path: |
4949
packages/*/dist/
5050
packages/@apphosting/*/dist/
51-
packages/@apphosting/experimental/*/dist/
51+
packages/@apphosting/community/*/dist/
5252
retention-days: 1
5353
if-no-files-found: ignore
5454

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"packages": [
55
"packages/*",
66
"packages/@apphosting/*",
7-
"packages/@apphosting/experimental/*"
7+
"packages/@apphosting/community/*"
88
]
99
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"workspaces": [
1414
"packages/@apphosting/*",
15-
"packages/@apphosting/experimental/*",
15+
"packages/@apphosting/community/*",
1616
"packages/create-next-on-firebase",
1717
"packages/firebase-frameworks"
1818
],

0 commit comments

Comments
 (0)