mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 12:25:17 +00:00
23 lines
390 B
JSON
23 lines
390 B
JSON
{
|
|
"functions": [
|
|
{
|
|
"source": "functions",
|
|
"codebase": "default",
|
|
"ignore": [
|
|
"node_modules",
|
|
".git",
|
|
"firebase-debug.log",
|
|
"firebase-debug.*.log"
|
|
],
|
|
"predeploy": [
|
|
"cp -r ../models functions/models",
|
|
"npm --prefix \"$RESOURCE_DIR\" run build"
|
|
],
|
|
"postdeploy": ["rm -rf functions/models"]
|
|
}
|
|
],
|
|
"storage": {
|
|
"rules": "storage.rules"
|
|
}
|
|
}
|