From 173acb30cbb55425711b2206e43e1fb534dea2bd Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Sat, 29 Jul 2023 00:34:21 +0200 Subject: [PATCH] Reformatted firebase.json --- examples/firebase/firebase.json | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/examples/firebase/firebase.json b/examples/firebase/firebase.json index b3ced88..a6a5d54 100644 --- a/examples/firebase/firebase.json +++ b/examples/firebase/firebase.json @@ -1,17 +1,15 @@ { - "functions": [ - { - "source": "functions", - "codebase": "default", - "ignore": [ - "node_modules", - ".git", - "firebase-debug.log", - "firebase-debug.*.log" - ], - "predeploy": [ - "npm --prefix \"$RESOURCE_DIR\" run build" - ] - } - ] + "functions": [ + { + "source": "functions", + "codebase": "default", + "ignore": [ + "node_modules", + ".git", + "firebase-debug.log", + "firebase-debug.*.log" + ], + "predeploy": ["npm --prefix \"$RESOURCE_DIR\" run build"] + } + ] }