From cf21a20f05646960150e1432cbaf6dab9fd6dd22 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Thu, 3 Oct 2019 15:40:29 +0530 Subject: [PATCH] :green_heart: Fixing CI build --- .firebaserc | 9 +++++++++ firebase.json | 1 + 2 files changed, 10 insertions(+) diff --git a/.firebaserc b/.firebaserc index feafd4b5..55849bd0 100644 --- a/.firebaserc +++ b/.firebaserc @@ -1,5 +1,14 @@ { "projects": { "default": "postwoman-api" + }, + "targets": { + "postwoman-api": { + "hosting": { + "postwoman": [ + "postwoman" + ] + } + } } } diff --git a/firebase.json b/firebase.json index 807c81e9..d2081cc9 100644 --- a/firebase.json +++ b/firebase.json @@ -7,6 +7,7 @@ "indexes": "firestore.indexes.json" }, "hosting": { + "target": "postwoman", "public": "dist", "cleanUrls": true, "ignore": [