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"] + } + ] }