Skip to content

Commit 606e48f

Browse files
committed
ci(firebase.json): change output folder from /docs to /storybook
1 parent 496a7ae commit 606e48f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ yarn-error.log*
3131

3232
# Docs
3333
.docz
34-
/docs
34+
/docs/build

firebase.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"hosting": {
3-
"public": "docs",
3+
"public": "storybook",
44
"ignore": [
55
"firebase.json",
66
"**/.*",

0 commit comments

Comments
 (0)