mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 21:25:26 +00:00
Reformatted firebase.json
This commit is contained in:
@@ -1,17 +1,15 @@
|
|||||||
{
|
{
|
||||||
"functions": [
|
"functions": [
|
||||||
{
|
{
|
||||||
"source": "functions",
|
"source": "functions",
|
||||||
"codebase": "default",
|
"codebase": "default",
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"node_modules",
|
"node_modules",
|
||||||
".git",
|
".git",
|
||||||
"firebase-debug.log",
|
"firebase-debug.log",
|
||||||
"firebase-debug.*.log"
|
"firebase-debug.*.log"
|
||||||
],
|
],
|
||||||
"predeploy": [
|
"predeploy": ["npm --prefix \"$RESOURCE_DIR\" run build"]
|
||||||
"npm --prefix \"$RESOURCE_DIR\" run build"
|
}
|
||||||
]
|
]
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user