From ec932926c9dcb67ef83e54d759d13c7013df26ef Mon Sep 17 00:00:00 2001 From: Scott Prue Date: Sat, 30 May 2020 00:40:09 -0400 Subject: [PATCH] fix(app): remove ignore setting preventing manifest.json from being uploaded in hosting deploy --- firebase.json | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/firebase.json b/firebase.json index 24fe232f..e11d6a25 100644 --- a/firebase.json +++ b/firebase.json @@ -17,18 +17,10 @@ "**/node_modules/**", "firebase.json", "cypress.env.json", - "cypress.json", "serviceAccount.json", - "*.json", "*.md", "*.log", - "**/.*", - "Dockerfile", - "LICENSE", - "build", - "docs", - "src", - "test" + "**/.*" ], "rewrites": [ { @@ -66,9 +58,7 @@ } ], "functions": { - "predeploy": [ - "npm --prefix \"$RESOURCE_DIR\" run build" - ], + "predeploy": ["npm --prefix \"$RESOURCE_DIR\" run build"], "ignore": [ "**/node_modules/**", "jsconfig.json",