Added serverless scheduled functions with Firebase

This commit is contained in:
2020-08-15 00:40:47 +02:00
parent cfd964c3ff
commit 9e3f02bfe2
11 changed files with 2727 additions and 83 deletions
+7 -1
View File
@@ -7,5 +7,11 @@
"**/.*",
"**/node_modules/**"
]
},
"functions": {
"predeploy": [
"npm --prefix \"$RESOURCE_DIR\" run lint",
"npm --prefix \"$RESOURCE_DIR\" run build"
]
}
}
}