From b805962702928f93c4c68782d06c26e7a7b9fc1b Mon Sep 17 00:00:00 2001 From: Arman Kolahan Date: Fri, 29 Mar 2024 17:31:59 +0100 Subject: [PATCH] ci: firebase update targets --- .firebaserc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.firebaserc b/.firebaserc index 37d52ff..367bc0b 100644 --- a/.firebaserc +++ b/.firebaserc @@ -6,20 +6,20 @@ "arman-co-com": { "hosting": { "storybook": [ - "arman-co-com" + "storybook-static" ], "web": [ - "arman-co-com" + "out" ] } }, "zaraco-next-firebase": { "hosting": { "storybook": [ - "zaraco-next-firebase" + "storybook-static" ], "web": [ - "zaraco-next-firebase" + "out" ] } }